summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-30 17:03:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:03 +0100
commitda54ae012621f5e33487ff77d1c420942a393a9d (patch)
treeeca0e0ce95e2edbfd6898c8293ecf6026cc59432
parent3ca199c5f80f92defdf35b756a9c148cd57a4e05 (diff)
downloadpoky-da54ae012621f5e33487ff77d1c420942a393a9d.tar.gz
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>
-rw-r--r--meta/classes-recipe/python_maturin.bbclass2
1 files changed, 1 insertions, 1 deletions
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 @@
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
5# 5#
6 6
7inherit python_pyo3 python_setuptools_build_meta 7inherit python_pyo3 python_pep517
8 8
9DEPENDS += "python3-maturin-native" 9DEPENDS += "python3-maturin-native"
10 10