This commit is contained in:
Pradyun S. Gedam 2017-05-31 15:09:26 +05:30
parent 7981f7493f
commit d6d26a5f14
No known key found for this signature in database
GPG Key ID: 55535BE71285F710
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ class Resolver(object):
As a side-effect of this method, the packages (and their dependencies)
are downloaded, unpacked and prepared for installation.
Once PyPI has static dependency metadata available, it would be
possible to move this side-effect to become a step separated from
dependency resolution.
"""
# make the wheelhouse
if requirement_set.wheel_download_dir: