summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-trio_0.27.0.bb (renamed from meta-python/recipes-devtools/python/python3-trio_0.26.2.bb)11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb b/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb
index 1272606f6e..524e439d4e 100644
--- a/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb
+++ b/meta-python/recipes-devtools/python/python3-trio_0.27.0.bb
@@ -5,9 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
6 file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" 6 file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
7 7
8SRC_URI[sha256sum] = "0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4" 8SRC_URI[sha256sum] = "1dcc95ab1726b2da054afea8fd761af74bad79bd52381b84eae408e983c76831"
9 9
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12PYPI_PACKAGE = "trio" 12RDEPENDS:${PN} = " \
13RDEPENDS:${PN} = "python3-idna python3-sniffio" 13 python3-idna \
14 python3-sniffio \
15 python3-attrs \
16 python3-outcome \
17 python3-sortedcontainers \
18"