From 6c4705d1cc5812ef6d1b17f46899007f1709af17 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Tue, 13 Aug 2024 10:53:57 +0000 Subject: [PATCH] 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 --- meta/classes-recipe/python_flit_core.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3