We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
inherit pypi python_hatchling
DEPENDS += " \
- ${PYTHON_PN}-hatch-vcs-native \
- ${PYTHON_PN}-hatch-fancy-pypi-readme-native \
+ python3-hatch-vcs-native \
+ python3-hatch-fancy-pypi-readme-native \
"
RDEPENDS:${PN}+= " \
- ${PYTHON_PN}-ctypes \
- ${PYTHON_PN}-crypt \
+ python3-ctypes \
+ python3-crypt \
"
BBCLASSEXTEND = "native nativesdk"