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

Use static install_requires list so wheels install properly #211

Conversation

craigloftus
Copy link
Contributor

@craigloftus craigloftus commented Apr 23, 2018

The current approach to conditionally installing phonenumberslite runs into a cache poisoning issue with pip.

Projects could avoid the problem with --no-binary, but I'm not sure of a solution for packages.

The wheel format does not support conditional dependencies and only offers environment markers as an alternative, so I've just swapped to a static dependency on phonenumbers.

@coveralls
Copy link

coveralls commented Apr 23, 2018

Coverage Status

Coverage remained the same at 83.172% when pulling fa21f77 on craigloftus:fix/setup_remove_conditional_phonenumberslite into 19c70b6 on stefanfoulis:master.

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.

3 participants