(From meta-cloud-services commit: a7ed26594c666823ec270a1c37f6eaf82c7dfa17)
Signed-off-by: Babak Sarashki <[email protected]> --- recipes-devtools/python/python-kombu_4.6.6.bb | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-devtools/python/python-kombu_4.6.6.bb diff --git a/recipes-devtools/python/python-kombu_4.6.6.bb b/recipes-devtools/python/python-kombu_4.6.6.bb new file mode 100644 index 0000000..72a9d90 --- /dev/null +++ b/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 \ + " -- 2.24.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84984): https://lists.openembedded.org/g/openembedded-devel/message/84984 Mute This Topic: https://lists.openembedded.org/mt/74810911/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
