From 561c29177654c21697e81e6da1bf6c53cb77a6b9 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Thu, 11 Apr 2024 15:46:36 -0400 Subject: 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 Signed-off-by: Richard Purdie --- .../python/python3-jsonschema-specifications_2023.12.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf