summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/classes/python_hatchling.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/classes/python_hatchling.bbclass')
-rw-r--r--meta-openembedded/meta-python/classes/python_hatchling.bbclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/classes/python_hatchling.bbclass b/meta-openembedded/meta-python/classes/python_hatchling.bbclass
new file mode 100644
index 0000000000..b3cbe23601
--- /dev/null
+++ b/meta-openembedded/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"