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

Remove pipenv from dependency extractor derivation #427

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

bjornfor
Copy link
Contributor

@bjornfor bjornfor commented Apr 8, 2022

[I don't see a way to adapt pipenv to the python version the user asked for, since some use of base_derivation is used by multiple python versions. Hence I think it's better to remove pipenv.]

This fixes automatic dependency extraction from packages when the user
asks for a python version that differs too much from the default python
in nixpkgs (which pipenv was built with).

Fixes #426.

This fixes automatic dependency extraction from packages when the user
asks for a python version that differs too much from the default python
in nixpkgs (which pipenv was built with).

Fixes DavHau#426.
@DavHau DavHau merged commit fe72f0a into DavHau:master Apr 20, 2022
@bjornfor bjornfor deleted the remove-pipenv-from-extractor branch April 20, 2022 13:49
@bjornfor
Copy link
Contributor Author

Thanks!

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

Successfully merging this pull request may close these issues.

lib/extractor: depending on pipenv version cause conflict/breakage
2 participants