aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2020-09-29 15:48:05 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-10-26 08:54:38 +0000
commitd1175b5debbe3669e369072b850e37196dc7ce88 (patch)
treec934ad39f45c49a87b201d745d37b9dcf2461798 /requirements.txt
parent24cd62c9d18850707574ba7eb637ff24bee353a1 (diff)
Remove wheel.pep425tags imports
The import was removed starting from v0.35 in favor of the packaging module and other functions that are not placed in 'bdist_wheel'. Fixes: PYSIDE-1385 Change-Id: I97f5dbf9867f779a897d9041489831255ea54b67 Reviewed-by: Simo Fält <simo.falt@qt.io> (cherry picked from commit 56c37b3b95968b24bfb737698c0a4ca94d0b8802) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 32b1991dd..8a7888117 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,6 @@ setuptools==44.0.0; python_version < '3'
setuptools; python_version >= '3'
sphinx
six
-wheel
+wheel>=0.35
PyOpenGL
pyinstaller==3.6