summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-16 17:02:13 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-19 14:36:01 -0700
commitb95e99c879d2fa493aae96644b159ae9c65732fa (patch)
tree0179c49e90ce6963f08c2c64a43169c7a5080fd5 /meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
parent06c2edacae913ba4e3bf5c729ce1a6c51e42b749 (diff)
downloadmeta-openembedded-b95e99c879d2fa493aae96644b159ae9c65732fa.tar.gz
python3-yarl: upgrade 1.18.3 -> 1.19.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb b/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
deleted file mode 100644
index 5370573a32..0000000000
--- a/meta-python/recipes-devtools/python/python3-yarl_1.18.3.bb
+++ /dev/null
@@ -1,31 +0,0 @@
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] = "ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1"
7
8PYPI_PACKAGE = "yarl"
9
10inherit pypi ptest-python-pytest python_setuptools_build_meta cython
11
12DEPENDS += " \
13 python3-expandvars-native \
14"
15
16RDEPENDS:${PN} = "\
17 python3-multidict \
18 python3-idna \
19 python3-io \
20 python3-propcache \
21"
22
23RDEPENDS:${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