Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 61d40c9

Browse files
authored
Merge pull request #335 from radarhere/auditwheel
Updated auditwheel to 5.2.0
2 parents c9fbde3 + 0ee3af8 commit 61d40c9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ function pre_build {
127127
}
128128

129129
function pip_wheel_cmd {
130-
git clone https://github.com/pypa/auditwheel
131-
(cd auditwheel && git checkout fe45465 && pipx install --force .)
132-
133130
local abs_wheelhouse=$1
134131
if [ -z "$IS_MACOS" ]; then
135132
CFLAGS="$CFLAGS --std=c99" # for Raqm

0 commit comments

Comments
 (0)