blob: bde154fe7d0cdf6aa4deea01ec500f279692521a [file] [log] [blame]
Brad Bishop36a3e3e2019-10-02 13:29:27 -04001SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python."
2DESCRIPTION = " \
3Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \
4including RabbitMQ’s extensions. \
5"
6SECTION = "devel/python"
7HOMEPAGE = "https://pika.readthedocs.io"
Brad Bishop2d39a062019-10-28 08:33:36 -04008LICENSE = "BSD-3-Clause"
Brad Bishop36a3e3e2019-10-02 13:29:27 -04009LIC_FILES_CHKSUM = "file://LICENSE;md5=535836bf0a5de515a7bfee026075701d"
10
11SRC_URI[md5sum] = "6002400cdd33bf85ec8680ece72910d4"
12SRC_URI[sha256sum] = "9fa76ba4b65034b878b2b8de90ff8660a59d925b087c5bb88f8fdbb4b64a1dbf"
13
14inherit pypi
15
16PYPI_PACKAGE = "pika"
17
18RDEPENDS_${PN} += " \
19 ${PYTHON_PN}-logging \
20 ${PYTHON_PN}-tornado \
21 ${PYTHON_PN}-twisted \
22"