Pass --use-pep517 option to the resolver in the pip wheel command

This commit is contained in:
Paul Moore 2018-11-14 18:18:48 +00:00
parent 3a0f9b1c71
commit 6b7473d664
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class WheelCommand(RequirementCommand):
ignore_requires_python=options.ignore_requires_python,
ignore_installed=True,
isolated=options.isolated_mode,
use_pep517=options.use_pep517
)
resolver.resolve(requirement_set)