[PATCH] ci: Install python RPMs from libvirt/libvirt-python CI artifacts

Daniel P. Berrangé berrange at redhat.com
Mon Oct 10 10:09:51 UTC 2022


On Mon, Oct 10, 2022 at 11:46:43AM +0200, Peter Krempa wrote:
> After addition of the new libvirt-client-qemu sub-package which is using
> python bindings (thus creating a circular dependency between the libvirt
> and libvirt-python projects) the integration jobs fail with:
> 
>   Error:
>    Problem: conflicting requests
>     - nothing provides python3-libvirt >= 8.9.0-1.el9 needed by libvirt-client-qemu-8.9.0-1.el9.x86_64

Hmm, I wonder, should we really be trying to install *all* RPMs ?

IIUC, we're only running integration tests for QEMU, so it ought
to be sufficient to do only have the QEMU driver and virsh client
and Perl APIs. eg can we change ci/integrate-templates.yml to
do

   createrepo libvirt-rpms
   createrepo libvirt-perl
   dnf install libvirt-daemon-qemu libvirt-client perl-Sys-Virt


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


More information about the libvir-list mailing list