mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
22 lines
602 B
BlitzBasic
22 lines
602 B
BlitzBasic
SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python."
|
||
DESCRIPTION = " \
|
||
Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \
|
||
including RabbitMQ’s extensions. \
|
||
"
|
||
SECTION = "devel/python"
|
||
HOMEPAGE = "https://pika.readthedocs.io"
|
||
LICENSE = "BSD-3-Clause"
|
||
LIC_FILES_CHKSUM = "file://LICENSE;md5=278bdfee5b51616941c1f6b2f1cfcb99"
|
||
|
||
SRC_URI[sha256sum] = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89"
|
||
|
||
inherit pypi setuptools3
|
||
|
||
PYPI_PACKAGE = "pika"
|
||
|
||
RDEPENDS:${PN} += " \
|
||
${PYTHON_PN}-logging \
|
||
${PYTHON_PN}-tornado \
|
||
${PYTHON_PN}-twisted \
|
||
"
|