From 7dda006c98c0c874aed6c6a2fe10314690722cff Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Tue, 7 Nov 2017 14:54:11 +0000 Subject: [PATCH] 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 Acked-by: Uri Lublin --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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