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@redhat.com>
Acked-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
Frediano Ziglio 2017-11-07 14:54:11 +00:00
parent 1980dd5dd1
commit 7dda006c98

View File

@ -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