1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix copy and paste error

This commit is contained in:
Paul Moore 2018-09-07 22:02:42 +01:00 committed by Benoit Pierre
parent 4281bf8e61
commit c8d8e37ea4

View file

@ -348,7 +348,7 @@ class InstallCommand(RequirementCommand):
# requirements, as we'll fall through to a direct
# install for those.
wb.build(
pep517_requirements,
legacy_requirements,
session=session, autobuilding=True
)