From f176a7848692db2af734cea690291f277bc28619 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Tue, 17 Dec 2013 04:27:48 -0500 Subject: [PATCH] Add a package mapping for libvirt-dev This is a dependency for the libvirt-python Python package that ceilometer-agent-compute uses. libvirt-python is already installed globally in the system via apt/yum, but that's not available to ceilometer-agent-compute's virtualenv. Change-Id: I07a12226889c6cda3bd04021240ee9714a396522 --- elements/fedora/bin/map-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/fedora/bin/map-packages b/elements/fedora/bin/map-packages index 62d6974f1..0b4e6e313 100755 --- a/elements/fedora/bin/map-packages +++ b/elements/fedora/bin/map-packages @@ -31,6 +31,7 @@ package_map = { 'libxslt-dev': 'libxslt-devel', 'python-libvirt': 'libvirt-python', 'libvirt-bin': 'libvirt', + 'libvirt-dev': 'libvirt-devel', 'python-xattr': 'pyxattr', 'python-memcache': 'python-memcached', 'tgt': 'scsi-target-utils',