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-sysv-ipc_0.6.8.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-sysv-ipc_0.6.8.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb new file mode 100644 index 0000000..03d1efe --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python" | ||
| 2 | HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "sysv_ipc" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c" | ||
| 13 | SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e" | ||
| 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 | " | ||
