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

Incorrect reverse dependencies when a package is required multiple times #45

Closed
anntzer opened this issue Apr 13, 2016 · 2 comments
Closed

Comments

@anntzer
Copy link

anntzer commented Apr 13, 2016

Within a fresh virtualenv, install pipdeptree, and then dateutil and cycler, which both depend only on six.

$ python -mpipdeptree -r
six==1.10.0
  - cycler==0.10.0 [requires: six>=1.5] # Oops, this should be dateutil.
six==1.10.0
  - cycler==0.10.0 [requires: six]
@naiquevin
Copy link
Contributor

This looks like a bug. Thanks for reporting.

@naiquevin
Copy link
Contributor

Fix included in the 0.7.0 release on PyPI.

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

No branches or pull requests

2 participants