This commit is contained in:
Sebastian Jordan 2019-09-22 21:31:45 +02:00
parent e9ea3966e0
commit 4879c8b2eb
1 changed files with 3 additions and 1 deletions

View File

@ -391,7 +391,9 @@ class InstallCommand(RequirementCommand):
modifying_pip=modifying_pip
)
check_binary_allowed = get_check_binary_allowed(finder.format_control)
check_binary_allowed = get_check_binary_allowed(
finder.format_control
)
# Consider legacy and PEP517-using requirements separately
legacy_requirements = []