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_4.1.0.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_4.1.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb new file mode 100644 index 0000000..8d44426 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kombu_4.1.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 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=daea7c168428449fbee05e644df929f4" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "2fb2be9fec0e6514231bba23a3779439" | ||
| 8 | SRC_URI[sha256sum] = "4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | FILES_${PN}-doc += "${datadir}/${SRCNAME}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = " \ | ||
| 15 | python-amqp \ | ||
| 16 | " | ||
