Skip to content

Commit

Permalink
remove support for python2 from package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Nov 3, 2023
1 parent 0d70a1a commit 16eb25b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

<author email="[email protected]">Eric Wieser</author>

<exec_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</exec_depend>
<exec_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
Expand Down

0 comments on commit 16eb25b

Please sign in to comment.