Ensure libxml2 is available
In [1] many spurious packages were removed, and libxml2 was probably a dependancy of a removed package. Add libxml2 as an explicit requirement. [1] https://review.opendev.org/662585 Change-Id: I6160b53ccfb161b8b8a161971795fd4962d86201
This commit is contained in:
parent
450dc340fe
commit
0841c1cd6f
@ -23,6 +23,7 @@ libvirt_service_name: libvirtd
|
||||
nova_distro_packages:
|
||||
- git
|
||||
- iptables
|
||||
- libxml2
|
||||
|
||||
nova_devel_distro_packages:
|
||||
- libsystemd-dev
|
||||
|
@ -22,6 +22,7 @@ libvirt_service_name: libvirtd
|
||||
nova_distro_packages:
|
||||
- git
|
||||
- iptables
|
||||
- libxml2
|
||||
- systemd-python
|
||||
|
||||
nova_devel_distro_packages:
|
||||
|
@ -23,6 +23,7 @@ libvirt_service_name: libvirtd
|
||||
nova_distro_packages:
|
||||
- git-core
|
||||
- iptables
|
||||
- libxml2
|
||||
|
||||
nova_devel_distro_packages:
|
||||
- libxml2-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user