diff mbox series

[02/13] classes/python_maturin: don't pull in setuptools

Message ID 20250730160343.4053614-2-ross.burton@arm.com
State New
Headers show
Series [01/13] classes/python_pep517: centralise shared inherits | expand

Commit Message

Ross Burton July 30, 2025, 4:03 p.m. UTC
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 <ross.burton@arm.com>
---
 meta/classes-recipe/python_maturin.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/python_maturin.bbclass b/meta/classes-recipe/python_maturin.bbclass
index c39d6c6e37d..5892bf5ecd1 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"