mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
python3-attrs: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. (From OE-Core rev: 877e55cd5d626c2ad06624992ff9e17a2b481acf) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cdd2b728d0
commit
a13bf50538
@@ -8,13 +8,13 @@ SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user