From 3edd4540b936d1f03e990660312f2377354140a8 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Fri, 29 Aug 2014 06:52:54 +0000 Subject: [PATCH] Added libvirt-dev[el] as a required system package Added libvirt-dev as a system package to install with apt-get and libvirt-devel as a system package to install with rpm. Early drafts qualified with "testonly" (meaning to install only if INSTALL_TESTONLY_PACKAGES is true). This is needed because installing libvirt-python version 1.2.5 on Ubuntu 14.04 was observed to fail in the building step if libvirt-dev is missing. Later drafts removed that qualification, because Sean Dague said he thinks libvirt-dev[el] is always required. Change-Id: Ie6a272f60059a1f363630f307416b32c450a1ebb Closes-Bug: 1362948 --- files/apts/nova | 1 + files/rpms/nova | 1 + 2 files changed, 2 insertions(+) diff --git a/files/apts/nova b/files/apts/nova index a3b0cb1521..66f29c4baf 100644 --- a/files/apts/nova +++ b/files/apts/nova @@ -18,6 +18,7 @@ sudo qemu-kvm # NOPRIME qemu # dist:wheezy,jessie NOPRIME libvirt-bin # NOPRIME +libvirt-dev # NOPRIME pm-utils libjs-jquery-tablesorter # Needed for coverage html reports vlan diff --git a/files/rpms/nova b/files/rpms/nova index dc1944b1de..f3261c6ae0 100644 --- a/files/rpms/nova +++ b/files/rpms/nova @@ -11,6 +11,7 @@ iputils kpartx kvm # NOPRIME libvirt-bin # NOPRIME +libvirt-devel # NOPRIME libvirt-python # NOPRIME libxml2-python numpy # needed by websockify for spice console