summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python_hatchling.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/python_hatchling.bbclass')
-rw-r--r--meta/classes-recipe/python_hatchling.bbclass9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/classes-recipe/python_hatchling.bbclass b/meta/classes-recipe/python_hatchling.bbclass
new file mode 100644
index 0000000000..b9e6582eb5
--- /dev/null
+++ b/meta/classes-recipe/python_hatchling.bbclass
@@ -0,0 +1,9 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: MIT
5#
6
7inherit python_pep517 python3native python3-dir setuptools3-base
8
9DEPENDS += "python3-hatchling-native"