From 0a8bef493bd2f4c099e16b202a036fd926b5ed5d Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Tue, 29 Nov 2022 18:38:21 +0100 Subject: [PATCH] fix pip build on linux --- tests/fix_auditwheel_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fix_auditwheel_policy.py b/tests/fix_auditwheel_policy.py index dff2354e..1b0329f9 100644 --- a/tests/fix_auditwheel_policy.py +++ b/tests/fix_auditwheel_policy.py @@ -1,6 +1,6 @@ import json -policy_file = "/opt/_internal/pipx/venvs/auditwheel/lib/python3.9/site-packages/auditwheel/policy/manylinux-policy.json" +policy_file = "/opt/_internal/pipx/venvs/auditwheel/lib/python3.10/site-packages/auditwheel/policy/manylinux-policy.json" data = json.load(open(policy_file)) additional_libs = [ "libbz2.so.1.0.6",