This is not needed: setuptools.build_meta does the build under a new
temporary directory.
This reverts commit
ad488915b0e802f5525f9d857112e5513376fcaf.
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>
inherit python_pep517
DEPENDS += "python3-setuptools-native python3-wheel-native"
-
-# This isn't nice, but is the best solutions to ensure clean builds for now.
-# https://github.com/pypa/setuptools/issues/4732
-do_configure[cleandirs] = "${PEP517_SOURCE_PATH}/build"