ros / urdf_parser_py

Standalone URDF parser for Python.
83 stars 48 forks source link

Use setuptools instead of distutils #56

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 must include <buildexport_depend> tags for python-setuptools because in ROS Melodic catkin doesn't export that build dependency. I also included a <buildtool_depend> for python3-setuptools, which while catkin does export it, it makes it clear looking at this package.xml in isolation that setuptools is required in both cases.