diff options
| author | Keith Holman <Keith.Holman@windriver.com> | 2014-06-18 16:13:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-23 12:22:23 -0400 |
| commit | 67b60c4207fa4856f13ccbbb0543aac05030ffde (patch) | |
| tree | 5dfa33a56df716b3d07ae1c39ff38fd42e4d6f1e /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | 9b966a64a3bbf50f4661d4d8adac2a56794db5cb (diff) | |
| download | meta-cloud-services-67b60c4207fa4856f13ccbbb0543aac05030ffde.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.bb | 4 |
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 0af38db..510766b 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -283,6 +283,10 @@ RDEPENDS_${SRCNAME}-compute = "${PN} ${SRCNAME}-common python-oslo.messaging \ | |||
| 283 | qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh" | 283 | qemu libvirt libvirt-libvirtd libvirt-python libvirt-virsh" |
| 284 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" | 284 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" |
| 285 | 285 | ||
| 286 | RDEPENDS_${SRCNAME}-tests = " \ | ||
| 287 | python-coverage \ | ||
| 288 | " | ||
| 289 | |||
| 286 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy" | 290 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy" |
| 287 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" | 291 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" |
| 288 | INITSCRIPT_PACKAGES += "${SRCNAME}-api" | 292 | INITSCRIPT_PACKAGES += "${SRCNAME}-api" |
