Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use setuptools instead of distutils #159

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

sloretz
Copy link
Contributor

@sloretz sloretz commented Jan 25, 2020

On Debian Buster and Ubuntu Focal distutils has been split to a separate package. With ros/catkin#1048 catkin will prefer to use setuptools instead of distutils. This PR switches to setuptools to match catkin's preference. It uses conditional dependencies so it still works when ROS_PYTHON_VERSION is 2 to enable the target branch to be released to earlier ROS distros than Noetic.

I also removed shebangs from the setup.py since setup.py isn't meant to be executed directly

Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@sloretz sloretz self-assigned this Jan 25, 2020
@sloretz sloretz requested a review from tfoote January 25, 2020 01:05
@tfoote tfoote merged commit ea6c65e into ros:jade-devel Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants