Fix regression

This commit is contained in:
xoviat 2018-01-27 11:28:23 -06:00
parent b2144259f0
commit 12202eecde
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ class WheelBuilder(object):
:return: The filename of the built wheel, or None if the build failed.
"""
# Install build deps into temporary directory (PEP 518)
with req.build_environment:
with req.build_env:
return self._build_one_inside_env(req, output_dir,
python_tag=python_tag,
isolate=True)