Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import setup from setuptools instead of distutils.core (#18)
Recently users of newer distributions who build Noetic from source noticed issues when importing setup from distutils.core. This problem was discussed on [Discourse](https://discourse.ros.org/t/ros-1-and-python-3-10s-deprecation-of-distutils-core/29834), and we hope that we can make the needed updates to Noetic to allow for future builds from source of Noetic. As a first step, this PR introduces changes from the [Noetic Migration Guide](https://wiki.ros.org/noetic/Migration#Setuptools_instead_of_Distutils) that addresses the change to the setuptools module instead of distutils.core and the corresponding buildtool_depend tags for python 2&3.
- Loading branch information