diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-29 00:46:04 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-29 00:46:04 -0400 |
| commit | 3c67c3601db5d9510ff8bb1082aed703e4125092 (patch) | |
| tree | fc1e3b8d395008616e43a7d88b1f37ce837891e1 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |
| parent | 054a2823ebfd763c411a343ad3d5c70005abe0a5 (diff) | |
| download | meta-cloud-services-3c67c3601db5d9510ff8bb1082aed703e4125092.tar.gz | |
ceilometer: update to juno dependencies
Ceilometer requires oslo.serialization and kazoo (plus its depdencies), so
we add them here, and ceilometer-api works again.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb new file mode 100644 index 0000000..7f538c7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Oslo Serialization API" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.serialization" | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 11 | |||
| 12 | PV = "1.0.0" | ||
| 13 | SRCREV = "ddde5a5a5ac4ff2ebaed7297bf35536b51aeabda" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
