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