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
1 changed files with 1 additions and 1 deletions

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
)