diff mbox series

[1/2] python3-jsonschema-specifications: drop ${PYTHON_PN}

Message ID 20240411194727.26317-2-jsbronder@cold-front.org
State Accepted, archived
Commit 51c6501e7b255f3a699fea3b787abe1a5d8231dd
Headers show
Series Clear remaining ${PYTHON_PN} uses | expand

Commit Message

Justin Bronder April 11, 2024, 7:46 p.m. UTC
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>
---
 .../python/python3-jsonschema-specifications_2023.12.1.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"