X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pika_1.1.0.bb;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-pika_1.1.0.bb;h=a2c443bd24b548dfed4f4a58f7ba2f61d9211460;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pika_1.1.0.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pika_1.1.0.bb new file mode 100644 index 0000000..a2c443b --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pika_1.1.0.bb @@ -0,0 +1,11 @@ + +DESCRIPTION = "Pika is a pure-Python implementation of the AMQP 0-9-1 protocol including RabbitMQ’s extensions." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=535836bf0a5de515a7bfee026075701d" +HOMEPAGE = "https://pika.readthedocs.io/en/stable/" + +SRC_URI[sha256sum] = "9fa76ba4b65034b878b2b8de90ff8660a59d925b087c5bb88f8fdbb4b64a1dbf" + + +PYPI_PACKAGE = "pika" +inherit pypi setuptools