diff options
Diffstat (limited to 'meta-python/classes/python_hatchling.bbclass')
-rw-r--r-- | meta-python/classes/python_hatchling.bbclass | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
1 | inherit python_pep517 python3native python3-dir setuptools3-base | ||
2 | |||
3 | DEPENDS += "python3-hatchling-native" | ||
4 | |||
5 | PEP517_BUILD_API = "hatchling.build" | ||