Skip to content

Commit ed2727e

Browse files
committed
bionic: add dataclasses backwards compat dep
1 parent 774b3b5 commit ed2727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile_base-bionic

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN pip3 install wheel setuptools
6464
# Python 3 dependencies installed by pip
6565
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
6666
matplotlib==3.0.* numpy nunavut>=1.1.0 packaging pkgconfig pyros-genmsg pyulog \
67-
pyyaml requests serial six toml psutil pyulog wheel jsonschema
67+
pyyaml requests serial six toml psutil pyulog wheel jsonschema dataclasses
6868

6969
# manual ccache setup
7070
RUN ln -s /usr/bin/ccache /usr/lib/ccache/cc \

0 commit comments

Comments
 (0)