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-memcache_1.2.5.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-memcache_1.2.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb new file mode 100644 index 0000000..6597e86 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "A comprehensive, fast, pure Python memcached client" | ||
| 2 | HOMEPAGE = "https://github.com/Pinterest/pymemcache" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=42205da10d12fff27726c08f588b1a0b" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "pymemcache" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "56dcfa6dfa7205118b60531e5336ab8b" | ||
| 13 | SRC_URI[sha256sum] = "d8b3d52909eedf975f21236b099510866df8f6cf3d68f67f763609fe2c5ea78b" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
