[Spice-commits] .gitlab-ci.yml

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Nov 7 17:32:54 UTC 2017


 .gitlab-ci.yml |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 7dda006c98c0c874aed6c6a2fe10314690722cff
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Nov 7 14:54:11 2017 +0000

    ci: Install python3 packages to fix compile on new Fedora
    
    Fedora 26 removed dependency from python-pyparsing/python-six
    to python but we require the executable to run some scripts
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Uri Lublin <uril at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6074a3d2..4dc3fffa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,10 @@
 image: fedora:latest
 
 before_script:
-  - dnf install 'dnf-command(copr)' git libtool make libasan orc-devel -y
+  - >
+    dnf install 'dnf-command(copr)' git libtool make libasan orc-devel
+    python3 python3-six python3-pyparsing
+    -y
   - dnf copr enable @spice/nightly -y
   - dnf builddep spice -y
 


More information about the Spice-commits mailing list