From: Konrad Weihmann Date: Tue, 13 Aug 2024 10:53:57 +0000 (+0000) Subject: python_flit_core: remove python3 dependency X-Git-Tag: yocto-5.2~2067 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c4705d1cc5812ef6d1b17f46899007f1709af17;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python_flit_core: remove python3 dependency as this is correctly set by setuptools3-base already Signed-off-by: Konrad Weihmann Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/python_flit_core.bbclass b/meta/classes-recipe/python_flit_core.bbclass index a0b1feb70ad..c5480654f3b 100644 --- a/meta/classes-recipe/python_flit_core.bbclass +++ b/meta/classes-recipe/python_flit_core.bbclass @@ -6,7 +6,7 @@ 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 () { cd ${PEP517_SOURCE_PATH}