From 16ddb49e48de7e55a54a3cd1b819754560590d2d Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 6 Sep 2023 15:08:51 +0000 Subject: [PATCH] Drop libvirt-python from suse in bindep fallback The bindep fallback list includes a libvirt-python package for all RPM-based distros, but it appears that OpenSuse Leap has recently dropped this (likely as part of removing Python 2.7 related packages). Exclude the package on that platform so that the opensuse-15 job will stop failing. Change-Id: I0bb7d9b7b34f4f6c392374182538b7e433617e13 --- nodepool/elements/bindep-fallback.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodepool/elements/bindep-fallback.txt b/nodepool/elements/bindep-fallback.txt index 4d526031a9..5936a198fd 100644 --- a/nodepool/elements/bindep-fallback.txt +++ b/nodepool/elements/bindep-fallback.txt @@ -50,7 +50,7 @@ libuuid-devel [platform:rpm] libvirt-dev [platform:dpkg] libvirt-devel [platform:rpm] app-emulation/libvirt [platform:gentoo] -libvirt-python [platform:rpm] +libvirt-python [platform:rpm !platform:suse] dev-python/libvirt-python [platform:gentoo] libxml2-dev [platform:dpkg] libxml2-devel [platform:rpm]