summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pika_1.3.0.bb (renamed from meta-python/recipes-devtools/python/python3-pika_1.2.1.bb)17
1 files changed, 11 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.3.0.bb
index 38f84cf1ba..7ffec26e55 100644
--- a/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pika_1.3.0.bb
@@ -1,21 +1,26 @@
1SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." 1SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python."
2DESCRIPTION = " \ 2DESCRIPTION = " \
3Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ 3Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \
4including RabbitMQs extensions. \ 4including RabbitMQ's extensions. \
5" 5"
6SECTION = "devel/python" 6SECTION = "devel/python"
7HOMEPAGE = "https://pika.readthedocs.io" 7HOMEPAGE = "https://pika.readthedocs.io"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3"
10 10
11SRC_URI[sha256sum] = "e5fbf3a0a3599f4e114f6e4a7af096f9413a8f24f975c2657ba2fac3c931434f" 11SRC_URI[sha256sum] = "15357ddc47a5c28f0b07d80e93d504cbbf7a1ad5e1cd129ecd27afe76472c529"
12 12
13inherit pypi setuptools3 13inherit pypi python_setuptools_build_meta
14 14
15PYPI_PACKAGE = "pika" 15PYPI_PACKAGE = "pika"
16 16
17DEPENDS += " \
18 ${PYTHON_PN}-setuptools-scm-native \
19 ${PYTHON_PN}-toml-native \
20"
21
17RDEPENDS:${PN} += " \ 22RDEPENDS:${PN} += " \
18 ${PYTHON_PN}-logging \ 23 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-tornado \ 24 ${PYTHON_PN}-tornado \
20 ${PYTHON_PN}-twisted \ 25 ${PYTHON_PN}-twisted \
21" 26"