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 version number on -modules dependency #122

Merged
merged 1 commit into from Jul 27, 2018

Conversation

dirk-thomas
Copy link
Member

Use the version number on the dependency on the -modules package to ensure that the -modules package gets updated too.

This will address the problem described in https://answers.ros.org/question/245967/importerror-no-module-named-rospkg-python3/

The same patch will be necessary for catkin_pkg, rospkg and ros_buildfarm.

@dirk-thomas dirk-thomas merged commit 106fef5 into master Jul 27, 2018
@dirk-thomas dirk-thomas deleted the version_dependency_on_modules branch July 27, 2018 04:31
; rosdistro-modules same version as in:
; - setup.py
; - src/rosdistro/__init__.py
Depends3: ca-certificates, python3-rosdistro-modules (>= 0.6.8), python3-setuptools, python3-yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

It's annoying stdeb doesn't have a "same version" value that can be put here and have automatically replaced. :(

Copy link
Member Author

Choose a reason for hiding this comment

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

The whole -modules thing is pretty hacky. I don't think any other package does what we do here. I am more surprised that is no better approach to release a package for Python 2 and Python which are side-by-side installable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants