summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-19 16:07:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-20 11:39:45 +0000
commit0b33104a973c9dee0a33254197e487e7fc6156b7 (patch)
tree7d3e938fcd8f6263a37a131df6ccde551db84471 /meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
parent4cfd0f7e4e2db19344677999572e5b71ae97dfc4 (diff)
downloadpoky-0b33104a973c9dee0a33254197e487e7fc6156b7.tar.gz
python: Drop ${PYTHON_PN}
python 2 is gone and we don't need the abstraction now, drop the remaining usage of this variable. The definition in python3-dir.bbclass is left for now for other layers. (From OE-Core rev: b566b1e32c7993d1ab7795562f648e52ce186a70) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb44
1 files changed, 22 insertions, 22 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
index 77f94924f9..be51a158a9 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb
@@ -11,36 +11,36 @@ inherit pypi python_hatchling
11PACKAGES =+ "${PN}-tests" 11PACKAGES =+ "${PN}-tests"
12FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" 12FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests"
13 13
14DEPENDS += "${PYTHON_PN}-hatch-fancy-pypi-readme-native ${PYTHON_PN}-hatch-vcs-native " 14DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native "
15 15
16PACKAGECONFIG ??= "format" 16PACKAGECONFIG ??= "format"
17PACKAGECONFIG[format] = ",,,\ 17PACKAGECONFIG[format] = ",,,\
18 ${PYTHON_PN}-idna \ 18 python3-idna \
19 ${PYTHON_PN}-jsonpointer \ 19 python3-jsonpointer \
20 ${PYTHON_PN}-webcolors \ 20 python3-webcolors \
21 ${PYTHON_PN}-rfc3987 \ 21 python3-rfc3987 \
22 ${PYTHON_PN}-rfc3339-validator \ 22 python3-rfc3339-validator \
23" 23"
24PACKAGECONFIG[nongpl] = ",,,\ 24PACKAGECONFIG[nongpl] = ",,,\
25 ${PYTHON_PN}-idna \ 25 python3-idna \
26 ${PYTHON_PN}-jsonpointer \ 26 python3-jsonpointer \
27 ${PYTHON_PN}-webcolors \ 27 python3-webcolors \
28 ${PYTHON_PN}-rfc3986-validator \ 28 python3-rfc3986-validator \
29 ${PYTHON_PN}-rfc3339-validator \ 29 python3-rfc3339-validator \
30" 30"
31 31
32RDEPENDS:${PN} += " \ 32RDEPENDS:${PN} += " \
33 ${PYTHON_PN}-attrs \ 33 python3-attrs \
34 ${PYTHON_PN}-core \ 34 python3-core \
35 ${PYTHON_PN}-datetime \ 35 python3-datetime \
36 ${PYTHON_PN}-importlib-metadata \ 36 python3-importlib-metadata \
37 ${PYTHON_PN}-io \ 37 python3-io \
38 ${PYTHON_PN}-json \ 38 python3-json \
39 ${PYTHON_PN}-netclient \ 39 python3-netclient \
40 ${PYTHON_PN}-numbers \ 40 python3-numbers \
41 ${PYTHON_PN}-pprint \ 41 python3-pprint \
42 ${PYTHON_PN}-pyrsistent \ 42 python3-pyrsistent \
43 ${PYTHON_PN}-zipp \ 43 python3-zipp \
44" 44"
45 45
46RDEPENDS:${PN}-tests = "${PN}" 46RDEPENDS:${PN}-tests = "${PN}"