summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-18 16:13:01 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-23 12:37:11 -0400
commit9ad82d01b2d7fca3cfef194da0c74fe253380550 (patch)
treec0fa683bb2c963f98e47f2faf962433b995a2c00 /meta-openstack/recipes-devtools/python/python-nova_git.bb
parentc030ef7f8c2a15f7c7d0faa7122d99b853133e9f (diff)
downloadmeta-cloud-services-9ad82d01b2d7fca3cfef194da0c74fe253380550.tar.gz
coverage: add recipe for coverage tool and dependency
Nova requires the python-coverage to be available in order for the unit tests supplied to pass. This fix adds a recipe in order to build the coverage tool. It also adds the dependency to the new package to the recipe to build nova. Signed-off-by: Keith Holman <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 9405123..065bc84 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -281,6 +281,10 @@ RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common \
281 qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh" 281 qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh"
282RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" 282RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common"
283 283
284RDEPENDS_${SRCNAME}-tests = " \
285 python-coverage \
286 "
287
284INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy" 288INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy"
285INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" 289INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor"
286INITSCRIPT_PACKAGES += "${SRCNAME}-api" 290INITSCRIPT_PACKAGES += "${SRCNAME}-api"