summaryrefslogtreecommitdiff
path: root/poky/meta/classes/python_hatchling.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/classes/python_hatchling.bbclass')
-rw-r--r--poky/meta/classes/python_hatchling.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/poky/meta/classes/python_hatchling.bbclass b/poky/meta/classes/python_hatchling.bbclass
new file mode 100644
index 0000000000..984eb6bb5d
--- /dev/null
+++ b/poky/meta/classes/python_hatchling.bbclass
@@ -0,0 +1,3 @@
+inherit python_pep517 python3native python3-dir setuptools3-base
+
+DEPENDS += "python3-hatchling-native"