summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-09-29 00:46:04 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-09-29 00:46:04 -0400
commit3c67c3601db5d9510ff8bb1082aed703e4125092 (patch)
treefc1e3b8d395008616e43a7d88b1f37ce837891e1 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
parent054a2823ebfd763c411a343ad3d5c70005abe0a5 (diff)
downloadmeta-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.bb26
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 @@
1DESCRIPTION = "Oslo Serialization API"
2HOMEPAGE = "https://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7PR = "r0"
8
9SRCNAME = "oslo.serialization"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11
12PV = "1.0.0"
13SRCREV = "ddde5a5a5ac4ff2ebaed7297bf35536b51aeabda"
14S = "${WORKDIR}/git"
15
16inherit setuptools
17
18# DEPENDS_default: python-pip
19
20DEPENDS += " \
21 python-pip \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "