diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb new file mode 100644 index 0000000000..82c457c39f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sniffio_1.3.1.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Sniff out which async library your code is running under" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT | Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "\ | ||
5 | file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \ | ||
6 | file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c \ | ||
7 | file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
8 | " | ||
9 | |||
10 | inherit pypi python_setuptools_build_meta | ||
11 | |||
12 | SRC_URI[sha256sum] = "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" | ||
13 | |||
14 | DEPENDS += "\ | ||
15 | python3-setuptools-scm-native \ | ||
16 | " | ||
17 | |||
18 | RDEPENDS:${PN} += " \ | ||
19 | python3-numbers \ | ||
20 | python3-core \ | ||
21 | " | ||