[Spice-devel] [PATCH spice-server v2] ci: Install python3 packages to fix compile on new Fedora

Uri Lublin uril at redhat.com
Tue Nov 7 16:52:17 UTC 2017


On 11/07/2017 06:15 PM, Frediano Ziglio wrote:
> 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>

> ---
>   .gitlab-ci.yml | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> Changes since v1:
> - use python 3 packages
> 
> See https://gitlab.com/freddy77/spice/-/jobs/39383688
> 
> 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-devel mailing list