summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-12-02 19:08:50 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-12-02 19:08:50 -0500
commite0927d68cb468b43238c799d27237f4649f45e34 (patch)
treead41b666fb9e6f021ef62442aed718fca4d52e1e /meta-openstack/recipes-devtools
parent6e5ff0a599e4e181a524b94447bcf0a054055e23 (diff)
downloadmeta-cloud-services-e0927d68cb468b43238c799d27237f4649f45e34.tar.gz
python-nova: add libvirt to DEPENDS
Since python-nova uses the group "libvirt", which is created by the libvirt recipe, we must specify libvirt explicitly in DEPENDS. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index dd199a7..9fb1daa 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7DEPENDS = "sudo" 7DEPENDS = "sudo libvirt"
8 8
9PR = "r0" 9PR = "r0"
10SRCNAME = "nova" 10SRCNAME = "nova"