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:37:11 -0400 |
| commit | 9ad82d01b2d7fca3cfef194da0c74fe253380550 (patch) | |
| tree | c0fa683bb2c963f98e47f2faf962433b995a2c00 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | c030ef7f8c2a15f7c7d0faa7122d99b853133e9f (diff) | |
| download | meta-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.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 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" |
| 282 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" | 282 | RDEPENDS_${SRCNAME}-setup = "postgresql sudo ${SRCNAME}-common" |
| 283 | 283 | ||
| 284 | RDEPENDS_${SRCNAME}-tests = " \ | ||
| 285 | python-coverage \ | ||
| 286 | " | ||
| 287 | |||
| 284 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy" | 288 | INITSCRIPT_PACKAGES = "${SRCNAME}-compute ${SRCNAME}-consoleauth ${SRCNAME}-novncproxy ${SRCNAME}-spicehtml5proxy" |
| 285 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" | 289 | INITSCRIPT_PACKAGES += "${SRCNAME}-network ${SRCNAME}-scheduler ${SRCNAME}-cert ${SRCNAME}-conductor" |
| 286 | INITSCRIPT_PACKAGES += "${SRCNAME}-api" | 290 | INITSCRIPT_PACKAGES += "${SRCNAME}-api" |
