-
Notifications
You must be signed in to change notification settings - Fork 8
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
multiple package source #5
Comments
This is already possible leveraging the requirements.txt file of your package. So your requirements file could contain :
One can now realize that part of its workspace is defined by requirements, and part by wstools. TODO : Document that... |
Note that pip may have his own issues around this feature. Currently we are relying on pip feature to download dependencies when installing the package (via We should be aware of the Things might change when we move to use |
When a package depends on another package for which the version is available in the same workspace, catkin_pure_python should do something to avoid pip errors (local version/remote version conflicts)...
The text was updated successfully, but these errors were encountered: