diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | db34c7507359eef47e4f34ffd84686ebaaaaef7c (patch) | |
| tree | bb22d3505aaf3db82323b3fb72620b81f4007aaf /meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb | |
| parent | a53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (diff) | |
| download | meta-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_3.0.37.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb b/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb deleted file mode 100644 index 16e3f0a..0000000 --- a/meta-openstack/recipes-devtools/python/python-kombu_3.0.37.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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=ee3b641e9940ba25a4dd66b3942866cf" | ||
| 6 | |||
| 7 | SRCNAME = "kombu" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "a1901036ba5e70e6b1733f7c2d5ee313" | ||
| 12 | SRC_URI[sha256sum] = "e064a00c66b4d1058cd2b0523fb8d98c82c18450244177b6c0f7913016642650" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = " \ | ||
| 21 | python-anyjson \ | ||
| 22 | python-amqp \ | ||
| 23 | " | ||
