[Spice-devel] [PATCH spice-server] ci: Install python binary to fix compile on new Fedora

Christophe Fergeau cfergeau at redhat.com
Tue Nov 7 16:05:51 UTC 2017


On Tue, Nov 07, 2017 at 03:17:31PM +0000, Frediano Ziglio wrote:
> Fedora 26 removed dependency from python-pyparsing/python-six
> to python but we require the executable to run some scripts

I'd much prefer that this explicitly installs python3-pyparsing/python3-six
(python3 being the future ;). The 'spice' fedora package is built from
tarballs, so we have no guarantee it will BuildRequires
python3-pyparsing/python3-six as they are only needed when building from
git.

Christophe
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 6074a3d2..40c4dac5 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,7 +1,7 @@
>  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 python -y
>    - dnf copr enable @spice/nightly -y
>    - dnf builddep spice -y
>  
> -- 
> 2.13.6
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20171107/af505bab/attachment.sig>


More information about the Spice-devel mailing list