diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb new file mode 100644 index 0000000000..04458b766c --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-trio_0.28.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "A friendly Python library for async concurrency and I/O" +HOMEPAGE = "https://github.com/python-trio/trio" +LICENSE = "Apache-2.0 & MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \ + file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ + file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" + +SRC_URI[sha256sum] = "4e547896fe9e8a5658e54e4c7c5fa1db748cbbbaa7c965e7d40505b928c73c05" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} = " \ + python3-idna \ + python3-sniffio \ + python3-attrs \ + python3-outcome \ + python3-sortedcontainers \ +" |
