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/python_setuptools_build_meta.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/python_setuptools_build_meta.bbclass b/meta/classes-recipe/python_setuptools_build_meta.bbclass index f09f7e9a918..d488debdb0e 100644 --- a/meta/classes-recipe/python_setuptools_build_meta.bbclass +++ b/meta/classes-recipe/python_setuptools_build_meta.bbclass @@ -6,7 +6,7 @@ inherit python_pep517 -DEPENDS += "python3-setuptools-native python3-wheel-native" +DEPENDS += "python3-setuptools-native" # This isn't nice, but is the best solutions to ensure clean builds for now. # https://github.com/pypa/setuptools/issues/4732 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#243209): https://lists.openembedded.org/g/openembedded-core/message/243209 Mute This Topic: https://lists.openembedded.org/mt/120702214/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
