mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-hatchling: add new recipe and build class
Hatchling is the build backend used by the Hatch tool. Add the recipe and a pep517 build class. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
5
meta-python/classes/python_hatchling.bbclass
Normal file
5
meta-python/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