Skip to content

Commit

Permalink
add pyparsing as a dependency
Browse files Browse the repository at this point in the history
Adding it as pip since it's not a rosdep key yet ros/rosdistro#16549
  • Loading branch information
tfoote authored Jan 9, 2018
1 parent e80978d commit e91dad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN echo "@today_str"
))@

RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y make python-catkin-pkg-modules python-dateutil python-pip python-wstool python-yaml
RUN pip install -U catkin-sphinx sphinx
RUN pip install -U catkin-sphinx pyparsing sphinx

USER buildfarm

Expand Down

0 comments on commit e91dad5

Please sign in to comment.