1SUMMARY = "Mixed sync-async queue to interoperate between asyncio tasks and classic threads" 2SECTION = "devel/python" 3LICENSE = "Apache-2.0" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349" 5 6SRC_URI[sha256sum] = "0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770" 7 8inherit pypi python_setuptools_build_meta 9 10RDEPENDS:${PN} += "\ 11 python3-asyncio \ 12 python3-threading \ 13" 14 15BBCLASSEXTEND = "native nativesdk" 16