summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python_hatchling.bbclass
blob: b9e6582eb509be71452122a5bd10ef9f0a3e8f72 (plain)
1
2
3
4
5
6
7
8
9
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#

inherit python_pep517 python3native python3-dir setuptools3-base

DEPENDS += "python3-hatchling-native"