-
Notifications
You must be signed in to change notification settings - Fork 4
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
Versions coming from system packages aren't picked up #5
Comments
What happens if you specify a version and that version comes from site-packages? |
Yes, that works. An example will probably make this clearer. If I have in my biuldout.cfg: extensions = buildout-versions eggs = When I run buildout, I would expect psycopg2 to be added to versions.cfg with the versions number used by the system psycopg2 package, but buildout-versions doesn't report about it, nor add it to the file. |
Okay, can you turn the above into a complete buildout.cfg that I can test with? |
Sure: [buildout] include-site-packages = true prefer-final = true [issue5] When I run this I'll get the following (beginning ommited): Updating issue5. I'd have expected a psycopg2 = 2.4.4 in there. |
Using buildout 1.5.2, when site-packages are allowed, I've noticed that buildout-versions doesn't pick up any of the dependencies found in site-packages.
The text was updated successfully, but these errors were encountered: