ros / joint_state_publisher

http://wiki.ros.org/joint_state_publisher
50 stars 81 forks source link

[Noetic] Use setuptools instead of distutils #45

Closed sloretz closed 4 years ago

sloretz commented 4 years ago

Since ros/catkin#1048 catkin prefers to use setuptools instead of distutils. The package.xml doesn't need to include python3-setuptools because catkin exports that dependency for the convenience of all downstream python packages.

sloretz commented 4 years ago

@ros-pull-request-builder retest this please