Merge pull request #9639 from yifeif/master

Keep auditwheel at 1.5.0.
This commit is contained in:
Yifei Feng 2017-05-03 12:17:51 -07:00 committed by GitHub
commit c6bfe0e868

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)