Skip to content

Commit

Permalink
Pin setuptools to python 2
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina committed Mar 12, 2020
1 parent 650ce6c commit be9e883
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros_buildfarm/templates/doc/doc_task.Dockerfile.em
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ RUN echo "@today_str"
@[if build_tool == 'colcon']@
RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y python3-pip
@# colcon-core.package_identification.python needs at least version 30.3.0
RUN pip3 install -U setuptools
# Pinned setuptools because 46 only supports python >= 3.5. Remove when upgrading to python3
RUN pip3 install -U setuptools==45.0.0
@[end if]@

@(TEMPLATE(
Expand Down

0 comments on commit be9e883

Please sign in to comment.