bifrost-create-vm-nodes: Add missing libxml and libxslt dependencies

lxml requires the development packages for libxslt and libxml otherwise
it fails with the following error

libxslt/xsltconfig.h: No such file or directory

Change-Id: I4a97dfe88faf1470e67cbceef9cca5c12613391e
This commit is contained in:
Markos Chandras 2018-09-10 15:12:02 +01:00
parent 487f60b366
commit 093c9f9360
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ sgabios_dir: /usr/share/qemu/
libvirt_service_name: libvirt-bin
required_packages:
- libvirt-bin
- libxslt1-dev
- libxml2-dev
- qemu-utils
- qemu-kvm
- qemu-system-x86

View File

@ -13,3 +13,5 @@ required_packages:
- libvirt-daemon
- pkgconfig
- libvirt-devel
- libxslt-devel
- libxml2-devel

View File

@ -9,5 +9,7 @@ required_packages:
- libvirt
- libvirt-client
- libvirt-daemon
- libxslt-devel
- libxml2-devel
- pkg-config
- libvirt-devel