summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
new file mode 100644
index 0000000000..308eb78a79
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Capture the outcome of Python function calls."
2HOMEPAGE = "https://github.com/python-trio/outcome"
3LICENSE = "Apache-2.0 & MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
5 file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
6 file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c"
7
8SRC_URI[sha256sum] = "9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8"
9
10inherit pypi setuptools3 ptest-python-pytest
11
12RDEPENDS:${PN}-ptest += " \
13 python3-pytest-asyncio \
14 python3-outcome \
15"
16
17RDEPENDS:${PN} += " \
18 python3-asyncio \
19 python3-attrs \
20 python3-core \
21 python3-pytest \
22 python3-typing-extensions \
23"