summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:36 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commitdb34c7507359eef47e4f34ffd84686ebaaaaef7c (patch)
treebb22d3505aaf3db82323b3fb72620b81f4007aaf /meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
parenta53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (diff)
downloadmeta-cloud-services-db34c7507359eef47e4f34ffd84686ebaaaaef7c.tar.gz
python-kombu: uprev to v4.1.0
This version is required for python-oslo.messaging when moved to stable/pike. We can drop the v3.0.37 version as it is no longer required allowing us to only have one recipe. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
deleted file mode 100644
index 66fe763..0000000
--- a/meta-openstack/recipes-devtools/python/python-kombu_4.0.2.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "A messaging framework for Python"
2HOMEPAGE = "http://kombu.readthedocs.org"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4"
6
7SRCNAME = "kombu"
8
9SRC_URI = "https://pypi.python.org/packages/c7/76/58c655a80bf08b703478ce673ed4e3029297105951863b73030d45b06b42/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "1f24f3a8addf8f3eb0f463aad970f0fb"
12SRC_URI[sha256sum] = "d0fc6f2a36610a308f838db4b832dad79a681b516ac1d1a1f9d42edb58cc11a2"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18FILES_${PN}-doc += "${datadir}/${SRCNAME}"
19
20RDEPENDS_${PN} = "python-anyjson python-amqplib"