- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
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] = "b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f"
|
|
|
|
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 \
|
|
"
|