-
Notifications
You must be signed in to change notification settings - Fork 96
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
python3-bloom depends on both python3-rosdep2 and python3-rosdep #671
Comments
I am facing the same issue, please HELP. |
Me too. |
we have the same issue |
Thanks for the report. This issue has recurred several times in the past and has do with environmental issues in the release pipeline. I'm working on a fix which will likely be published as bloom 0.11.1 later today. |
The challenge here is with the stdeb program we use to generate these dependencies.
Whereas with guessing turned off it is just the dependencies in stdeb.cfg:
Next we'll want to make sure that our specified dependencies are correct on our current platforms and make any updates that we need to. In the meantime however, I've opened a PR for stdeb to support passing parameters through to dh_python3 (astraw/stdeb#186) and have used that to release bloom 0.11.1. I've confirmed that python3-bloom 0.11.1 is installable on Ubuntu Focal and does not have the conflicting dependency with the upstream rosdep package. If anyone runs into the same problem please re-open this issue. Please open new issues for any other problems related to the recent bloom releases. |
Seems that something went wrong with the dependency handling for the release of 0.11.0 on the build servers, because I am now getting a dependency for both python3-rosdep and python3-rosdep2 when trying to install bloom from the repositories.
The text was updated successfully, but these errors were encountered: