use pypi wheel

This commit is contained in:
Grzegorz Bokota
2020-01-27 09:36:41 +01:00
parent 2473c405bc
commit b64b106fbd
+1 -3
View File
@@ -96,9 +96,7 @@ def build(project_dir, output_dir, test_command, test_requires, test_extras, bef
call(['python', get_pip_script, '--no-setuptools', '--no-wheel'], env=env, cwd="/tmp")
assert os.path.exists(os.path.join(installation_bin_path, 'pip'))
call(['pip', '--version'], env=env)
call(['pip', 'install', '--upgrade', 'setuptools'], env=env)
call(['pip', 'install', 'git+https://github.com/pypa/wheel.git@882650d0fd2fadd75f4ea7c5d6b62f15f81b398a'], env=env)
call(['pip', 'install', 'delocate'], env=env)
call(['pip', 'install', '--upgrade', 'setuptools', 'wheel', 'delocate'], env=env)
# run the before_build command
if before_build: