blob: 38f84cf1baa44d91ce471a6209ced864292ad60f [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 Geisslerd5838332022-05-27 11:33:10 -05009LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3"
Andrew Geissler89770b02020-06-13 10:40:47 -050010
Andrew Geisslerd5838332022-05-27 11:33:10 -050011SRC_URI[sha256sum] = "e5fbf3a0a3599f4e114f6e4a7af096f9413a8f24f975c2657ba2fac3c931434f"
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"