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

inherit setuptools3-base python_pep517

DEPENDS += "python3-setuptools-native python3-wheel-native"