From 0ee3af84227a31c54314fc0879ced446c9a43e6f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 22 Oct 2022 20:06:17 +1100 Subject: [PATCH] Revert "Updated auditwheel to include auditwheel#376" This reverts commit 0fb76f92d0f047013f33ff680aba1ef1bd5c829b. --- config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.sh b/config.sh index 26de01fc8..bd6032c6e 100644 --- a/config.sh +++ b/config.sh @@ -127,9 +127,6 @@ function pre_build { } function pip_wheel_cmd { - git clone https://github.com/pypa/auditwheel - (cd auditwheel && git checkout fe45465 && pipx install --force .) - local abs_wheelhouse=$1 if [ -z "$IS_MACOS" ]; then CFLAGS="$CFLAGS --std=c99" # for Raqm