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

noetic release #36

Merged
merged 4 commits into from
Apr 1, 2020
Merged

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Mar 26, 2020

  • Use setuptools instead of distutils

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.

  • Bump CMake version to avoid CMP0048

This bumps the minimum CMake version to 3.0.2, which is the minimum supported by ROS Kinetic and new enough to default to the NEW behavior of CMP0048. This avoids a CMake warning when building and testing this package in Debian Buster and Ubuntu Focal.

ahcorde added 2 commits March 26, 2020 12:23
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@clalancette
Copy link
Collaborator

The change looks good to me, but Melodic PR testing is upset at something to do with the python side. @ahcorde can you take a look?

@sloretz
Copy link
Contributor

sloretz commented Apr 1, 2020

The package.xml doesn't need to include python3-setuptools because catkin exports that dependency for the convenience of all downstream python packages.

It only exports that dependency in ROS Noetic, since this PR targets the melodic-devel branch it will need to add a conditional dependency on python-setuptools.

sloretz added 2 commits April 1, 2020 13:59
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
@sloretz
Copy link
Contributor

sloretz commented Apr 1, 2020

The Melodic PR job was upset because of the package_dir={'': ''} in the setup.py. I added a note to the migration page: http://wiki.ros.org/noetic/Migration#Remove_unnecessary_package_dir_option_from_setup.py

@sloretz
Copy link
Contributor

sloretz commented Apr 1, 2020

Thanks for the PR @ahcorde !

@sloretz sloretz merged commit 5ae0576 into ros:melodic-devel Apr 1, 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.

3 participants