diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.4.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb deleted file mode 100644 index 06ec5df736..0000000000 --- a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb +++ /dev/null | |||
| @@ -1,26 +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=678ec81495ba50edf81e84e4f1aa69f3" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "84aa6d0cf60bbdb79d5780544a4a4e1799392760127bf9de2a03d3c3b92f5f1a" | ||
| 12 | |||
| 13 | inherit pypi python_setuptools_build_meta | ||
| 14 | |||
| 15 | PYPI_PACKAGE = "pika" | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python3-setuptools-scm-native \ | ||
| 19 | python3-toml-native \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += " \ | ||
| 23 | python3-logging \ | ||
| 24 | python3-tornado \ | ||
| 25 | python3-twisted \ | ||
| 26 | " | ||
