From f1e26fd5589ae1a6ce0973b13882b7359b8003e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Tue, 11 Oct 2022 23:36:25 +0200 Subject: 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 Reviewed-by: Friedemann Kleint Reviewed-by: Christian Tismer Reviewed-by: Shyamnath Premnadh --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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' -- cgit v1.2.3