|
...
|
...
|
@@ -23,12 +23,7 @@ DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT)
|
|
23
|
23
|
# Installs required distro-specific libvirt packages.
|
|
24
|
24
|
function install_libvirt {
|
|
25
|
25
|
if is_ubuntu; then
|
|
26
|
|
- if is_arch "aarch64" && [[ ${DISTRO} == "trusty" ]]; then
|
|
27
|
|
- install_package qemu-system
|
|
28
|
|
- else
|
|
29
|
|
- install_package qemu-kvm
|
|
30
|
|
- install_package libguestfs0
|
|
31
|
|
- fi
|
|
|
26
|
+ install_package qemu-system
|
|
32
|
27
|
install_package libvirt-bin libvirt-dev
|
|
33
|
28
|
pip_install_gr libvirt-python
|
|
34
|
29
|
if [[ "$EBTABLES_RACE_FIX" == "True" ]]; then
|