X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-kombu_4.6.6.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-kombu_4.6.6.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=72a9d90898a1b8322f90f61f0fee26ba93cd77fb;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb deleted file mode 100644 index 72a9d90..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-kombu_4.6.6.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 \ - "