From 9726824916c3106c03694ad00a1939d90a50c2b6 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 8 Mar 2019 12:29:32 +0100 Subject: [PATCH] add missing libvirt package for suse the package pythonX-libvirt-python was missing for the bindep.txt and it's necessary for nova-compute under opensuse as it provides the libvirt module Change-Id: I165cf5a9bc75d3645805bece5f2f8bce38fbb64b --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index b6dc0d0..c97eeae 100644 --- a/bindep.txt +++ b/bindep.txt @@ -117,8 +117,10 @@ postgresql-devel [platform:rpm requirements] python-dev [platform:dpkg (requirements !python3)] python-devel [platform:rpm (requirements !python3)] python-rbd [!platform:suse (glance ceph !python3)] +python2-libvirt-python [platform:suse (nova !python3)] python3-dev [platform:dpkg (requirements python3)] python3-devel [platform:rpm (requirements python3)] +python3-libvirt-python [platform:suse (nova python3)] python3-rados [platform:suse (glance ceph python3)] python3-rbd [!platform:suse (glance ceph python3)] qemu [platform:dpkg (infra libvirt)]