mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
Add python3-hatchling (from meta-oe)
Recipes in core are now needing to use the Hatch build system, so move the hatchling recipe and class from meta-oe to oe-core. (From OE-Core rev: 846e806181f1349be29cbce78c5041735dfd7e6f) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
158323d312
commit
8ecf0849e5
5
meta/classes/python_hatchling.bbclass
Normal file
5
meta/classes/python_hatchling.bbclass
Normal file
@@ -0,0 +1,5 @@
|
||||
inherit python_pep517 python3native python3-dir setuptools3-base
|
||||
|
||||
DEPENDS += "python3-hatchling-native"
|
||||
|
||||
PEP517_BUILD_API = "hatchling.build"
|
||||
Reference in New Issue
Block a user