Skip to content

Commit b224e0f

Browse files
committed
Try to install 'xz' in wheel builds, if available, since it's now needed to extract the libxml2/libxslt archives.
1 parent 897ebfa commit b224e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/manylinux/build-wheels.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ run_tests() {
3939

4040
prepare_system() {
4141
#yum install -y zlib-devel
42+
yum -y install xz || true
4243
#rm -fr /opt/python/cp34-*
4344
echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')"
4445
${CC:-gcc} --version

0 commit comments

Comments
 (0)