From e0927d68cb468b43238c799d27237f4649f45e34 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 2 Dec 2013 19:08:50 -0500 Subject: 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 --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python') 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -DEPENDS = "sudo" +DEPENDS = "sudo libvirt" PR = "r0" SRCNAME = "nova" -- cgit v1.2.3-54-g00ecf