From ea639b83816ae89c0da0a0695ac80f4d678b33db Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 30 Jul 2025 17:03:32 +0100 Subject: [PATCH] classes/python_maturin: don't pull in setuptools There's no need to pull in python_setuptools_build_meta as maturin is a build system of its own. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/classes-recipe/python_maturin.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/python_maturin.bbclass b/meta/classes-recipe/python_maturin.bbclass index c39d6c6e37..5892bf5ecd 100644 --- a/meta/classes-recipe/python_maturin.bbclass +++ b/meta/classes-recipe/python_maturin.bbclass @@ -4,7 +4,7 @@ # SPDX-License-Identifier: MIT # -inherit python_pyo3 python_setuptools_build_meta +inherit python_pyo3 python_pep517 DEPENDS += "python3-maturin-native" -- 2.47.2