Files
OpenBMC/poky/meta/classes-recipe/python_setuptools_build_meta.bbclass
T

10 lines
176 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: MIT
#
inherit setuptools3-base python_pep517
DEPENDS += "python3-setuptools-native python3-wheel-native"