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

[ros2multicast] Use setup.py fields rather than setup.cfg #346

Merged
merged 1 commit into from
Oct 4, 2019

Conversation

mjcarroll
Copy link
Member

Addresses failures in building ros2multicast for Eloquent debs.

Support for data_files in setup.cfg was introduced in setuptools v40.5.0, while Ubuntu Bionic has version 39.0.1.

This follows the pattern of the rest of the ros2cli packages and puts the contents in setup.py

Signed-off-by: Michael Carroll <michael@openrobotics.org>
Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this makes it the same as the rest of the packages in ros2cli. Looks good.

@dirk-thomas
Copy link
Member

Why not only move the data_files into the setup.py file?

@mjcarroll
Copy link
Member Author

Why not only move the data_files into the setup.py file?

None of the other packages in this repository use the setup.cfg file, this seemed like the most consistent choice.

@mjcarroll mjcarroll merged commit 2253d55 into master Oct 4, 2019
@delete-merged-branch delete-merged-branch bot deleted the multicast_setup_py branch October 4, 2019 21:54
nuclearsandwich pushed a commit that referenced this pull request Oct 14, 2019
Signed-off-by: Michael Carroll <michael@openrobotics.org>
nuclearsandwich added a commit that referenced this pull request Oct 14, 2019
* Use setup.py fields rather than setup.cfg (#346)

Signed-off-by: Michael Carroll <michael@openrobotics.org>

* Fix multicast entrypoint (#352)

* Fix multicast entrypoint

Otherwise, we see an error every time we run a ros2 command:

    Failed to load entry point 'multicast': No module named 'ros2node.command.multicast'

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Fix extension point

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Change version number in setup.py.

Signed-Off-By: Steven! Ragnarök <steven@nuclearsandwich.com>
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