blob: aa3179f2a60780e0ce76248fb52beb07224dd3d2 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "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"
8LICENSE = "BSD-3-Clause"
Andrew Geissler97771a32021-03-05 15:23:11 -06009LIC_FILES_CHKSUM = "file://LICENSE;md5=278bdfee5b51616941c1f6b2f1cfcb99"
Andrew Geissler89770b02020-06-13 10:40:47 -050010
Andrew Geissler97771a32021-03-05 15:23:11 -060011SRC_URI[sha256sum] = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89"
Andrew Geissler89770b02020-06-13 10:40:47 -050012
13inherit pypi setuptools3
14
15PYPI_PACKAGE = "pika"
16
Patrick Williams213cb262021-08-07 19:21:33 -050017RDEPENDS:${PN} += " \
Andrew Geissler89770b02020-06-13 10:40:47 -050018 ${PYTHON_PN}-logging \
19 ${PYTHON_PN}-tornado \
20 ${PYTHON_PN}-twisted \
21"