mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
python3-janus: add recipe for v1.0.0
janus is a python library providing a mixed sync-async queue to interoperate between asyncio tasks and classic threads. This recipe uses pypi as source: https://pypi.org/project/janus/ Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9ae4f0695d
commit
48c7cd6d11
@@ -0,0 +1,15 @@
|
|||||||
|
SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349"
|
||||||
|
|
||||||
|
SRC_URI[sha256sum] = "df976f2cdcfb034b147a2d51edfc34ff6bfb12d4e2643d3ad0e10de058cb1612"
|
||||||
|
|
||||||
|
inherit pypi python_setuptools_build_meta
|
||||||
|
|
||||||
|
RDEPENDS:${PN} += "\
|
||||||
|
python3-asyncio \
|
||||||
|
python3-threading \
|
||||||
|
"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user