Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/lxmlPublic

Commitb224e0f

Browse files
committed
Try to install 'xz' in wheel builds, if available, since it's now needed to extract the libxml2/libxslt archives.
1 parent897ebfa commitb224e0f

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)

[8]ページ先頭

©2009-2025 Movatter.jp