diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-07-03 08:24:42 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2019-07-03 08:24:47 +0200 |
| commit | 67d635fe2cc2c89c30486a2e26dea4106a9d9c16 (patch) | |
| tree | b26f1bb7a9639f2b2a875c0cb2b937858b700add /build_scripts/utils.py | |
| parent | ffd068caf7063799e0196602e31ca7b1781c3f97 (diff) | |
| parent | 75f824b13a2ef12a9a5a33db19216b4e43a72922 (diff) | |
Merge remote-tracking branch 'origin/5.13' into dev
Change-Id: I389468b76913ac3c8113ab89833c756a7a72e54f
Diffstat (limited to 'build_scripts/utils.py')
| -rw-r--r-- | build_scripts/utils.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build_scripts/utils.py b/build_scripts/utils.py index b34d37123..5375e9f8a 100644 --- a/build_scripts/utils.py +++ b/build_scripts/utils.py @@ -1089,13 +1089,6 @@ def get_python_dict(python_script_path): "file: {}.".format(python_script_path)) raise -def install_pip_wheel_package(env_pip): - # Need to install an unreleased wheel version, due to a bug that - # will generate a wheel which will not be installable. - # See https://github.com/pypa/wheel/issues/263 - wheel_url = "git+https://github.com/pypa/wheel.git@fbf3e3ada64d36ca7bb9c1422f5a1ccdba7e4dcf" - install_pip_package_from_url_specifier(env_pip, wheel_url) - def install_pip_package_from_url_specifier(env_pip, url, upgrade=True): args = [env_pip, "install", url] if upgrade: |
