diff options
| author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-05-12 17:18:17 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-14 08:17:25 -0700 |
| commit | 37ce1df17a65896ce6ce2dd3ebd28d18c37460b8 (patch) | |
| tree | ec71165a8714791fbdd9c4b7ac99d23f7026661d /meta-python/recipes-devtools/python/python3-pika_1.2.0.bb | |
| parent | 47b8c97b76b3eb323a97c9079fb49c0348a2376c (diff) | |
| download | meta-openembedded-37ce1df17a65896ce6ce2dd3ebd28d18c37460b8.tar.gz | |
python3-pika: upgrade 1.2.0 -> 1.2.1
License-Update: Copyright year updated to 2021
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.2.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb deleted file mode 100644 index aa3179f2a6..0000000000 --- a/meta-python/recipes-devtools/python/python3-pika_1.2.0.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." | ||
| 2 | DESCRIPTION = " \ | ||
| 3 | Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ | ||
| 4 | including RabbitMQ’s extensions. \ | ||
| 5 | " | ||
| 6 | SECTION = "devel/python" | ||
| 7 | HOMEPAGE = "https://pika.readthedocs.io" | ||
| 8 | LICENSE = "BSD-3-Clause" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=278bdfee5b51616941c1f6b2f1cfcb99" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89" | ||
| 12 | |||
| 13 | inherit pypi setuptools3 | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pika" | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | ${PYTHON_PN}-logging \ | ||
| 19 | ${PYTHON_PN}-tornado \ | ||
| 20 | ${PYTHON_PN}-twisted \ | ||
| 21 | " | ||
