Skip to content

Commit

Permalink
empy: fix to version 3.3.4, since PX4 builds are incompatible with em…
Browse files Browse the repository at this point in the history
…py 4.x
  • Loading branch information
ThomasDebrunner committed Dec 1, 2023
1 parent 3e7012b commit d50cc0e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
RUN pip3 install wheel setuptools

# Python 3 dependencies installed by pip
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN pip3 install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_armhf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
RUN pip3 install wheel setuptools

# Python 3 dependencies installed by pip
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN pip3 install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base-archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pacman -Sy --noconfirm \
zip

# Python 3 dependencies installed by pip
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN pip3 install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN cd /usr/src/gtest \
RUN pip3 install wheel setuptools

# Python 3 dependencies installed by pip
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN pip3 install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib==3.0.* numpy nunavut>=1.1.0 packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base-focal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN cd /usr/src/gtest \
RUN python3 -m pip install --upgrade pip wheel setuptools

# Python 3 dependencies installed by pip
RUN python3 -m pip install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN python3 -m pip install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib==3.0.* numpy nunavut>=1.1.0 packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema pynacl

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_base-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN cd /usr/src/gtest \
RUN python3 -m pip install --upgrade pip wheel setuptools

# Python 3 dependencies installed by pip
RUN python3 -m pip install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
RUN python3 -m pip install argparse argcomplete coverage cerberus empy==3.3.4 jinja2 kconfiglib \
matplotlib>=3.0.* numpy nunavut>=1.1.0 packaging pkgconfig pyros-genmsg pyulog \
pyyaml requests serial six toml psutil pyulog wheel jsonschema pynacl lxml

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_ros-melodic
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main"
RUN pip install wheel setuptools
# FIXME: regression in control>0.8.4 (used by px4tools) does not run on Python 2.
RUN pip install argcomplete argparse catkin_pkg catkin-tools cerberus coverage \
empy jinja2 matplotlib==2.2.* numpy pkgconfig control==0.8.4 px4tools pygments \
empy==3.3.4 jinja2 matplotlib==2.2.* numpy pkgconfig control==0.8.4 px4tools pygments \
pymavlink packaging pyros-genmsg pyulog==0.8.0 pyyaml requests rosdep rospkg \
serial six toml jsonschema==2.6.0

Expand Down

0 comments on commit d50cc0e

Please sign in to comment.