lago-project / lago

Ad-hoc virtual testing environment framework
http://lago.readthedocs.org
GNU General Public License v2.0
47 stars 39 forks source link

ci: Move libvirt and libguestfs deps to RPM level #803

Closed tinez closed 4 years ago

tinez commented 4 years ago

Both libvirt and libguestfs python libraries are tightly coupled with their C equivalents. We cannot use arbitrary versions of those libs from PyPI - we need to stick to the ones provided by the distro.

Signed-off-by: Marcin Sobczyk msobczyk@redhat.com