File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,33 +30,30 @@ RUN dnf install -y \
3030 patch \
3131 boost-devel \
3232 libcap-devel \
33- urdfdom \
34- urdfdom-devel \
3533 python3-colcon-common-extensions \
3634 python3-mypy \
3735 python3-pip \
38- python3-pydocstyle \
3936 python3-pytest \
4037 python3-pytest-repeat \
4138 python3-pytest-rerunfailures \
4239 python3-rosdep \
43- python3-rosinstall_generator \
4440 python3-rospkg \
4541 python3-setuptools \
4642 python3-vcstool \
4743 wget \
4844 && dnf clean all
4945
50- # install some pip packages needed for testing and
51- # not available as RPMs
46+ # install some pip packages not available as RPMs
5247# use the same versions as on Ubuntu Jammy
5348RUN python3 -m pip install --no-cache-dir -U --user \
5449 flake8==4.0.1 \
5550 pyflakes==2.4.0 \
5651 flake8-blind-except==0.1.1 \
5752 flake8-class-newline \
5853 flake8-deprecated \
59- colcon-mixin
54+ colcon-mixin \
55+ rosinstall_generator \
56+ pydocstyle
6057
6158# install ros-base
6259ENV ROS_DISTRO=${ROS_DISTRO}
You can’t perform that action at this time.
0 commit comments