summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.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_1.0.4.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_1.0.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb b/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb
deleted file mode 100644
index e2bad5b..0000000
--- a/meta-openstack/recipes-devtools/python/python-kombu_1.0.4.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1DESCRIPTION = "A messaging framework for Python"
2HOMEPAGE = "http://kombu.readthedocs.org"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=47f78a96b609f5bedd4b2114ba8f5da0"
6
7PR = "r0"
8SRCNAME = "kombu"
9
10SRC_URI = "https://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "9648a24738bf639a0625967236ebc40a"
13SRC_URI[sha256sum] = "a876b9dd923e2d719afa7491e6d7a90829ebc9d836d8c4f71332984042693140"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19FILES_${PN}-doc += "${datadir}/${SRCNAME}"
20
21RDEPENDS_${PN} = "python-anyjson python-amqplib"