python3-hatchling: remove PEP517_BUILD_API

Now that we're using picobuild, hatchling can bootstrap itself.

(From OE-Core rev: 995d65b2f87a3a4dff3771f049d67ac3fa0397cd)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2022-07-13 17:28:20 +01:00
committed by Richard Purdie
parent 0144cb5ae0
commit d20b52121f

View 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
}