aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-10-11 23:36:25 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-10-13 15:39:47 +0200
commitf1e26fd5589ae1a6ce0973b13882b7359b8003e4 (patch)
treebd82766d5e49bea046e7e8d5c95cf21550dc5271 /requirements.txt
parenta662a2343c0edb4c24bad6e132e7d8019a3d5ef7 (diff)
build: remove local patchelf
There is a package on PyPi that provides patchelf, so we can avoid to have an outdated copy locally and rely on people to install the package. Change-Id: If30046cda24bc31f38640f943f8ba0f65556232c Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index cffe57557..86a5055c3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,3 +16,4 @@ dataclasses; python_version < '3.7'
furo
sphinx-copybutton
distro; sys_platform == 'linux'
+patchelf==0.15; sys_platform == 'linux'