commit e84a6d53728bedf07a52b9e5cd4efd5d90ed7730 Author: Babak Sarashki Date: Fri Oct 2 13:35:23 2020 -0700 package port: python-kombu version 4.6.6 Required as not present in meta-python2 warrior branch. Patch has been upstreamed pending acceptance. This commit to be removed once patch has been accepted in upstream. Closes-Bug: 1899549 Change-Id: I253ec03b088630781328879e4029e8ac93593314 Signed-off-by: Babak Sarashki diff --git a/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb b/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb new file mode 100644 index 0000000..72a9d90 --- /dev/null +++ b/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb @@ -0,0 +1,23 @@ +SUMMARY = "The aim of Kombu is to make messaging in Python as easy as possible by providing \ +an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested \ +solutions to common messaging problems." + +DESCRIPTION = "A messaging framework for Python" +BUGTRACKER = "http://github.com/celery/kombu/issues/" +HOMEPAGE = "http://kombu.readthedocs.org" +SECTION = "devel/python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE;md5=daea7c168428449fbee05e644df929f4" + +SRC_URI[md5sum] = "5f751ea817b1f6a4293d4e3a01040d4f" +SRC_URI[sha256sum] = "1760b54b1d15a547c9a26d3598a1c8cdaf2436386ac1f5561934bc8a3cbbbd86" + +inherit setuptools pypi + +PYPI_PACKAGE = "kombu" + +FILES_${PN}-doc += "${datadir}/${SRCNAME}" + +RDEPENDS_${PN} = " \ + python-amqp \ + "