btrfs-progs: ci: add python dependencies for libbtrfsutil
authorDavid Sterba <dsterba@suse.com>
Wed, 21 Feb 2018 00:10:16 +0000 (01:10 +0100)
committerDavid Sterba <dsterba@suse.com>
Sat, 24 Feb 2018 00:37:17 +0000 (01:37 +0100)
Install the setuptools. Python is not yet in the musl image, so the
build is disabled there.

Signed-off-by: David Sterba <dsterba@suse.com>
.travis.yml

index 6581fbd..5f14a25 100644 (file)
@@ -50,7 +50,7 @@ env:
 
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -qq e2fslibs-dev gcc libacl1-dev libblkid-dev liblzo2-dev make pkg-config udev zlib1g-dev acl attr reiserfsprogs
+  - sudo apt-get install -qq e2fslibs-dev gcc libacl1-dev libblkid-dev liblzo2-dev make pkg-config udev zlib1g-dev acl attr reiserfsprogs python3-setuptools
   - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
   - docker pull kdave/ci-musl-x86_64
   - travis/build-dep-reiserfs
@@ -69,7 +69,7 @@ addons:
 
 script:
   # quick build tests
-  - "if travis/should-run-test; then docker run -it kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi"
+  - "if travis/should-run-test; then docker run -it kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace --disable-python; fi"
   # real tests
   - "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
   - "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"