-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
C: build logicStuff related to metadata generation / wheel generationStuff related to metadata generation / wheel generationresolution: deferred till PRFurther discussion will happen when a PR is madeFurther discussion will happen when a PR is madetype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
"pip install xxx --download yyy --no-deps" runs "python setup.py egg_info" after downloading (to generate the requires.txt dependency list?). This seems unnecessary.
This is a problem in the case of "cryptography", since its setup.py uses setup_requires, which automatically downloads its dependencies at the slightest nudge, even just --help (cryptography issue #716).
This impedes using pip install --download to build a collection of trusted (checksummed) modules for later installation.
jsh2134, nanonyme, mhsmith, pdecat, wimglenn and 19 more
Metadata
Metadata
Assignees
Labels
C: build logicStuff related to metadata generation / wheel generationStuff related to metadata generation / wheel generationresolution: deferred till PRFurther discussion will happen when a PR is madeFurther discussion will happen when a PR is madetype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior