python_flit_core: remove python3 dependency

as this is correctly set by setuptools3-base already

(From OE-Core rev: 6c4705d1cc5812ef6d1b17f46899007f1709af17)

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Konrad Weihmann 2024-08-13 10:53:57 +00:00 committed by Richard Purdie
parent c42b5d5e18
commit 36005ea0b9

View File

@ -6,7 +6,7 @@
inherit python_pep517 python3native python3-dir setuptools3-base inherit python_pep517 python3native python3-dir setuptools3-base
DEPENDS += "python3 python3-flit-core-native" DEPENDS += "python3-flit-core-native"
python_flit_core_do_manual_build () { python_flit_core_do_manual_build () {
cd ${PEP517_SOURCE_PATH} cd ${PEP517_SOURCE_PATH}