From 36005ea0b956307493f8b786bf2dc93a75f39a66 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 (From OE-Core rev: 6c4705d1cc5812ef6d1b17f46899007f1709af17) 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 a0b1feb70a..c5480654f3 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}