Closed sloretz closed 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.
setuptools
distutils
package.xml
python3-setuptools
@ros-pull-request-builder retest this please
Since ros/catkin#1048 catkin prefers to use
setuptools
instead ofdistutils
. Thepackage.xml
doesn't need to includepython3-setuptools
because catkin exports that dependency for the convenience of all downstream python packages.