mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-06 09:15:45 +01:00
python3-pika: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
639eae8901
commit
a8c58b17e5
|
|
@ -1,22 +0,0 @@
|
|||
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=535836bf0a5de515a7bfee026075701d"
|
||||
|
||||
SRC_URI[md5sum] = "6002400cdd33bf85ec8680ece72910d4"
|
||||
SRC_URI[sha256sum] = "9fa76ba4b65034b878b2b8de90ff8660a59d925b087c5bb88f8fdbb4b64a1dbf"
|
||||
|
||||
inherit pypi
|
||||
|
||||
PYPI_PACKAGE = "pika"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-tornado \
|
||||
${PYTHON_PN}-twisted \
|
||||
"
|
||||
|
|
@ -1,2 +1,22 @@
|
|||
inherit setuptools3
|
||||
require python-pika.inc
|
||||
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=535836bf0a5de515a7bfee026075701d"
|
||||
|
||||
SRC_URI[md5sum] = "6002400cdd33bf85ec8680ece72910d4"
|
||||
SRC_URI[sha256sum] = "9fa76ba4b65034b878b2b8de90ff8660a59d925b087c5bb88f8fdbb4b64a1dbf"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "pika"
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-tornado \
|
||||
${PYTHON_PN}-twisted \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user