mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-05 23:08:15 +00:00
4103e94dc6
Upgrade to release 1.4.2: - Stop mutating global asyncio event loop policy on import - Importing pika.adapters can break asyncio subprocesses on Windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
27 lines
667 B
BlitzBasic
27 lines
667 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=678ec81495ba50edf81e84e4f1aa69f3"
|
|
|
|
SRC_URI[sha256sum] = "48d1f50297e76be4fc798fd5232d4d532d7a4758e51f7c0ae6c4004b9808a26b"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
PYPI_PACKAGE = "pika"
|
|
|
|
DEPENDS += " \
|
|
python3-setuptools-scm-native \
|
|
python3-toml-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-logging \
|
|
python3-tornado \
|
|
python3-twisted \
|
|
"
|