Skip to content

Commit

Permalink
change to setuptools in accordance with migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arne48 authored and bmagyar committed Mar 5, 2023
1 parent e74a966 commit dce8785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rqt_joint_trajectory_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<author email="[email protected]">Adolfo Rodriguez Tsouroukdissian</author>

<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>

<exec_depend>control_msgs</exec_depend>
<exec_depend>controller_manager_msgs</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion rqt_joint_trajectory_controller/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup
from catkin_pkg.python_setup import generate_distutils_setup

d = generate_distutils_setup(
Expand Down

0 comments on commit dce8785

Please sign in to comment.