From: Ross Burton Date: Wed, 30 Jul 2025 16:03:32 +0000 (+0100) Subject: classes/python_maturin: don't pull in setuptools X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea639b83816ae89c0da0a0695ac80f4d678b33db;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"