meta-openembedded/meta-python/classes/python_hatchling.bbclass
Ross Burton 4aebf7e4b2 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>
2022-05-29 06:39:14 -07:00

6 lines
142 B
Plaintext

inherit python_pep517 python3native python3-dir setuptools3-base
DEPENDS += "python3-hatchling-native"
PEP517_BUILD_API = "hatchling.build"