diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-19 16:07:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-20 11:39:45 +0000 |
| commit | 0b33104a973c9dee0a33254197e487e7fc6156b7 (patch) | |
| tree | 7d3e938fcd8f6263a37a131df6ccde551db84471 /meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | |
| parent | 4cfd0f7e4e2db19344677999572e5b71ae97dfc4 (diff) | |
| download | poky-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.bb | 44 |
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 | |||
| 11 | PACKAGES =+ "${PN}-tests" | 11 | PACKAGES =+ "${PN}-tests" |
| 12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" | 12 | FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests" |
| 13 | 13 | ||
| 14 | DEPENDS += "${PYTHON_PN}-hatch-fancy-pypi-readme-native ${PYTHON_PN}-hatch-vcs-native " | 14 | DEPENDS += "python3-hatch-fancy-pypi-readme-native python3-hatch-vcs-native " |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "format" | 16 | PACKAGECONFIG ??= "format" |
| 17 | PACKAGECONFIG[format] = ",,,\ | 17 | PACKAGECONFIG[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 | " |
| 24 | PACKAGECONFIG[nongpl] = ",,,\ | 24 | PACKAGECONFIG[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 | ||
| 32 | RDEPENDS:${PN} += " \ | 32 | RDEPENDS:${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 | ||
| 46 | RDEPENDS:${PN}-tests = "${PN}" | 46 | RDEPENDS:${PN}-tests = "${PN}" |
