| Message ID | 20260811143607.1200407-3-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/4] python3-setuptools-rust: remove wheel dependency | expand |
diff --git a/meta/classes-recipe/setuptools3.bbclass b/meta/classes-recipe/setuptools3.bbclass index 0bbe3780231..c6578f27de7 100644 --- a/meta/classes-recipe/setuptools3.bbclass +++ b/meta/classes-recipe/setuptools3.bbclass @@ -6,7 +6,7 @@ inherit setuptools3-base python_pep517 -DEPENDS += "python3-setuptools-native python3-wheel-native" +DEPENDS += "python3-setuptools-native" SETUPTOOLS_BUILD_ARGS ?= ""
Historically, setuptools provided most of the build commands but the wheel package provided bdist_wheel. However, as of setuptools 70.1.0[1], this command is part of setuptools itself and the wheel package is not required. [1] https://github.com/pypa/setuptools/commit/b3d3e93a834426f1bef8712e1405495084eb3b7f Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/classes-recipe/setuptools3.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)