Files
meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.34.0.bb
T
2026-08-19 14:27:52 -07:00

19 lines
636 B
BlitzBasic

SUMMARY = "A friendly Python library for async concurrency and I/O"
HOMEPAGE = "https://github.com/python-trio/trio"
LICENSE = "Apache-2.0 AND MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
SRC_URI[sha256sum] = "63b9485408bdfdde544fced107045a8c0086cdc4bd0ef2f797b9e0dd111b964b"
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} = " \
python3-idna \
python3-sniffio \
python3-attrs \
python3-outcome \
python3-sortedcontainers \
"