diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 00:18:43 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 8871b7f65a54c36c14b7ce8ac266b6e9fab25d06 (patch) | |
| tree | 5daca368dcc4b3141d11755bf327f4068d1de264 /meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb | |
| parent | b5fb88b0bdcea9c73b81f7f9014f7d3b4f18fd3f (diff) | |
| download | meta-cloud-services-8871b7f65a54c36c14b7ce8ac266b6e9fab25d06.tar.gz | |
python-kombu: uprev to 3.0.3
ceilometer requires a kombu version 3.0.x+ to work with python-msgpack, so
we uprev to the latest.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb new file mode 100644 index 0000000..d0bf7fd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "A messaging framework for Python" | ||
| 2 | HOMEPAGE = "http://kombu.readthedocs.org" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34442d8097d82121c4a8c1ab10e7d471" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "kombu" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8f33b7e9c4b5757e151b455f51a3a4be" | ||
| 13 | SRC_URI[sha256sum] = "7da5e90cde3f8c9aea7210345ee15e66da4438bee56087cb0f00e8c7f03dd66a" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 20 | |||
| 21 | RDEPENDS_${PN} = "python-anyjson python-amqplib" | ||
