mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
2081715ce8
commit
561c291776
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user