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