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 <[email protected]> --- meta/classes-recipe/setuptools3.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?= "" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243208): https://lists.openembedded.org/g/openembedded-core/message/243208 Mute This Topic: https://lists.openembedded.org/mt/120702213/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
