Skip to content

Commit

Permalink
(hero) drop python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Apr 6, 2023
1 parent 7aab660 commit 08b3278
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hero_skills/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

<buildtool_depend>catkin</buildtool_depend>

<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
<buildtool_depend>python3-setuptools</buildtool_depend>

<depend>robot_skills</depend>

Expand Down

0 comments on commit 08b3278

Please sign in to comment.