summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@cold-front.org>2024-04-11 15:46:36 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-13 14:39:05 +0100
commit51c6501e7b255f3a699fea3b787abe1a5d8231dd (patch)
tree0e1ed6b0a0bc4230d88fe1f81dcded3301c7a54e
parent0228ab43e9b659771f4f59944897aec6879f8209 (diff)
downloadopenembedded-core-contrib-51c6501e7b255f3a699fea3b787abe1a5d8231dd.tar.gz
python3-jsonschema-specifications: drop ${PYTHON_PN}
python 2 is gone and we don't need the abstraction now, drop the remaining usage of this variable. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb b/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb
index eb63509fce..4ee0dd9b12 100644
--- a/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb
@@ -11,6 +11,6 @@ inherit pypi python_hatchling
PYPI_PACKAGE = "jsonschema_specifications"
-DEPENDS += "${PYTHON_PN}-hatch-vcs-native"
+DEPENDS += "python3-hatch-vcs-native"
BBCLASSEXTEND = "native nativesdk"