Browse code

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

Mike Spreitzer authored on 2014/08/29 15:52:54
Showing 2 changed files
... ...
@@ -18,6 +18,7 @@ sudo
18 18
 qemu-kvm # NOPRIME
19 19
 qemu # dist:wheezy,jessie NOPRIME
20 20
 libvirt-bin # NOPRIME
21
+libvirt-dev # NOPRIME
21 22
 pm-utils
22 23
 libjs-jquery-tablesorter # Needed for coverage html reports
23 24
 vlan
... ...
@@ -11,6 +11,7 @@ iputils
11 11
 kpartx
12 12
 kvm # NOPRIME
13 13
 libvirt-bin # NOPRIME
14
+libvirt-devel # NOPRIME
14 15
 libvirt-python # NOPRIME
15 16
 libxml2-python
16 17
 numpy # needed by websockify for spice console