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

The "#egg" part in source requirements isn't always handled correctly #27

Open
suutari opened this issue Jun 14, 2018 · 0 comments
Open
Labels

Comments

@suutari
Copy link
Owner

suutari commented Jun 14, 2018

When adding an URL entry with #egg part to source requirements the resulting generated requirements will contain two eggs.

E.g. following requirements.in (l:

# Following is really just a one line, but is wrapped here for readability
git+git://github.com/City-of-Helsinki/django-oidc-provider.git
@v0.5.0.post1+uc
#egg=django-oidc-provider==0.5.0.post1+uc

results in

# Following is really just a one line, but is wrapped here for readability
git+git://github.com/City-of-Helsinki/django-oidc-provider.git
@v0.5.0.post1+uc
#egg=django-oidc-provider==0.5.0.post1+uc
#egg=django-oidc-provider==0.5.0.post1+uc
@suutari suutari added the bug label Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant