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

10 lines
170 B
Plaintext
Raw Normal View History

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