diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb new file mode 100644 index 0000000000..bbf9e3d782 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yarl_1.20.1.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | SUMMARY = "The module provides handy URL class for url parsing and changing" | ||
2 | HOMEPAGE = "https://github.com/aio-libs/yarl/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI[sha256sum] = "d017a4997ee50c91fd5466cef416231bb82177b93b029906cefc542ce14c35ac" | ||
7 | |||
8 | PYPI_PACKAGE = "yarl" | ||
9 | |||
10 | inherit pypi ptest-python-pytest python_setuptools_build_meta cython | ||
11 | |||
12 | DEPENDS += " \ | ||
13 | python3-expandvars-native \ | ||
14 | " | ||
15 | |||
16 | RDEPENDS:${PN} = "\ | ||
17 | python3-multidict \ | ||
18 | python3-idna \ | ||
19 | python3-io \ | ||
20 | python3-propcache \ | ||
21 | " | ||
22 | |||
23 | RDEPENDS:${PN}-ptest += " \ | ||
24 | python3-hypothesis \ | ||
25 | python3-image \ | ||
26 | python3-pytest \ | ||
27 | python3-pytest-codspeed \ | ||
28 | python3-rich \ | ||
29 | python3-unittest-automake-output \ | ||
30 | " | ||
31 | |||