Keep auditwheel at 1.5.0.

Nightly is failing with the newest auditwheel release.
This commit is contained in:
Yifei Feng 2017-05-03 11:09:43 -07:00
parent 1414cc83d9
commit 9521556866

View File

@ -16,7 +16,7 @@
set -e
sudo pip3 install auditwheel
sudo pip3 install auditwheel==1.5.0
set +e
patchelf_location=$(which patchelf)