diff mbox series

[7/8] python3-hatchling: remove PEP517_BUILD_API

Message ID 20220713162821.974801-7-ross.burton@arm.com
State Accepted, archived
Commit 995d65b2f87a3a4dff3771f049d67ac3fa0397cd
Headers show
Series [1/8] python3-setuptools-scm: add missing python3-typing-extensions dependency | expand

Commit Message

Ross Burton July 13, 2022, 4:28 p.m. UTC
Now that we're using picobuild, hatchling can bootstrap itself.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-hatchling_1.5.0.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb
index e453dbdcf75..61b3e87b925 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.5.0.bb
@@ -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
 }