Skip to content

Commit 6ed7034

Browse files
committed
(PyKDL) update doc depend to be python3 compatible
1 parent 7372114 commit 6ed7034

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_orocos_kdl/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
<test_depend condition="$ROS_PYTHON_VERSION == 2">python-psutil</test_depend>
2929
<test_depend condition="$ROS_PYTHON_VERSION == 3">python3-psutil</test_depend>
3030

31-
<doc_depend>python-sphinx</doc_depend>
31+
<doc_depend condition="$ROS_PYTHON_VERSION == 2">python-sphinx</doc_depend>
32+
<doc_depend condition="$ROS_PYTHON_VERSION == 3">python3-sphinx</doc_depend>
3233

3334
<export>
3435
<rosdoc config="rosdoc.yaml"/>

0 commit comments

Comments
 (0)