summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-11-06 00:18:43 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:36 -0500
commit8871b7f65a54c36c14b7ce8ac266b6e9fab25d06 (patch)
tree5daca368dcc4b3141d11755bf327f4068d1de264 /meta-openstack/recipes-devtools/python/python-kombu_3.0.3.bb
parentb5fb88b0bdcea9c73b81f7f9014f7d3b4f18fd3f (diff)
downloadmeta-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.bb21
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 @@
1DESCRIPTION = "A messaging framework for Python"
2HOMEPAGE = "http://kombu.readthedocs.org"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34442d8097d82121c4a8c1ab10e7d471"
6
7PR = "r0"
8SRCNAME = "kombu"
9
10SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8f33b7e9c4b5757e151b455f51a3a4be"
13SRC_URI[sha256sum] = "7da5e90cde3f8c9aea7210345ee15e66da4438bee56087cb0f00e8c7f03dd66a"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19FILES_${PN}-doc += "${datadir}/${SRCNAME}"
20
21RDEPENDS_${PN} = "python-anyjson python-amqplib"