]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-hatchling: remove PEP517_BUILD_API
authorRoss Burton <ross.burton@arm.com>
Wed, 13 Jul 2022 16:28:20 +0000 (17:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2022 22:20:56 +0000 (23:20 +0100)
Now that we're using picobuild, hatchling can bootstrap itself.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-hatchling_1.5.0.bb

index e453dbdcf753f397369e12530f793ccff0332888..61b3e87b925622e28c9183fb933af90002c08970 100644 (file)
@@ -10,10 +10,6 @@ DEPENDS:remove:class-native = "python3-hatchling-native"
 
 SRC_URI[sha256sum] = "9ca409a41140cc662164680b78adcd3ba77b23a945984bd9970d11fe38e86a38"
 
-# Until we have a proper tool to invoke PEP517 builds, hatchling can't
-# bootstrap itself automatically.
-PEP517_BUILD_API = "hatchling.ouroboros"
-
 do_compile:prepend() {
     export PYTHONPATH=src
 }