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>
This commit is contained in:
Justin Bronder 2024-04-11 15:46:36 -04:00 committed by Richard Purdie
parent 2081715ce8
commit 561c291776

View File

@ -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"