Skip to content

Commit

Permalink
(PyKDL) update doc depend to be python3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Mar 10, 2021
1 parent 7372114 commit 6ed7034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python_orocos_kdl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-psutil</test_depend>
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-psutil</test_depend>

<doc_depend>python-sphinx</doc_depend>
<doc_depend condition="$ROS_PYTHON_VERSION == 2">python-sphinx</doc_depend>
<doc_depend condition="$ROS_PYTHON_VERSION == 3">python3-sphinx</doc_depend>

<export>
<rosdoc config="rosdoc.yaml"/>
Expand Down

0 comments on commit 6ed7034

Please sign in to comment.