diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pika_1.2.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pika_1.2.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb new file mode 100644 index 0000000000..38f84cf1ba --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.2.1.bb | |||
@@ -0,0 +1,21 @@ | |||
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] = "e5fbf3a0a3599f4e114f6e4a7af096f9413a8f24f975c2657ba2fac3c931434f" | ||
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 | " | ||