Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 02460c5

Browse files
authored
fix CI after adding setup tools dependency
1 parent 01e9a90 commit 02460c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎package.xml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

16+
<build_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</build_depend>
17+
<build_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</build_depend>
18+
1619
<exec_depend>actionlib</exec_depend>
1720
<exec_depend>geometry_msgs</exec_depend>
1821
<exec_depend>moveit_msgs</exec_depend>

0 commit comments

Comments
 (0)