From 4aebf7e4b226621f4ffe531b8a34510cf3b13742 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 24 May 2022 13:11:51 +0100 Subject: 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 Signed-off-by: Khem Raj --- meta-python/classes/python_hatchling.bbclass | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-python/classes/python_hatchling.bbclass (limited to 'meta-python/classes/python_hatchling.bbclass') diff --git a/meta-python/classes/python_hatchling.bbclass b/meta-python/classes/python_hatchling.bbclass new file mode 100644 index 0000000000..b3cbe23601 --- /dev/null +++ b/meta-python/classes/python_hatchling.bbclass @@ -0,0 +1,5 @@ +inherit python_pep517 python3native python3-dir setuptools3-base + +DEPENDS += "python3-hatchling-native" + +PEP517_BUILD_API = "hatchling.build" -- cgit v1.2.3-54-g00ecf