summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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:07 +0100
commit561c29177654c21697e81e6da1bf6c53cb77a6b9 (patch)
tree4d2ec7396099769bc78967a6ee852295ca2e0d26 /meta/recipes-devtools
parent2081715ce8a40e4652a4c62ea87c6ee772e6fc80 (diff)
downloadpoky-561c29177654c21697e81e6da1bf6c53cb77a6b9.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. (From OE-Core rev: 51c6501e7b255f3a699fea3b787abe1a5d8231dd) Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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
11 11
12PYPI_PACKAGE = "jsonschema_specifications" 12PYPI_PACKAGE = "jsonschema_specifications"
13 13
14DEPENDS += "${PYTHON_PN}-hatch-vcs-native" 14DEPENDS += "python3-hatch-vcs-native"
15 15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"