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
This commit is contained in:
Itxaka 2019-03-08 12:29:32 +01:00
parent 35ea04ca93
commit 9726824916
No known key found for this signature in database
GPG Key ID: 0FFB0E56C3539E24
1 changed files with 2 additions and 0 deletions

View File

@ -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)]