[libvirt] [PATCH] travis: Don't install xz on macOS

Andrea Bolognani abologna at redhat.com
Thu Mar 15 15:43:37 UTC 2018


It's already being dragged in by Python.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d1f09f9cad..d071c98634 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
         - brew update
         - brew unlink python
         - brew upgrade
-        - brew install rpcgen yajl xz
+        - brew install rpcgen yajl
       script:
         # We can't run make distcheck/syntax-check because they
         # fail on macOS, but doing 'install' and 'dist' gives us
-- 
2.14.3




More information about the libvir-list mailing list