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.

(From OE-Core rev: ea639b83816ae89c0da0a0695ac80f4d678b33db)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2025-07-30 17:03:32 +01:00
committed by Richard Purdie
parent 3ca199c5f8
commit da54ae0126

View File

@@ -4,7 +4,7 @@
# SPDX-License-Identifier: MIT
#
inherit python_pyo3 python_setuptools_build_meta
inherit python_pyo3 python_pep517
DEPENDS += "python3-maturin-native"