mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 09:46:50 +00:00
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:
parent
1980dd5dd1
commit
7dda006c98
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user