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

inherit python_pep517 python3native setuptools3-base

DEPENDS += "python3-poetry-core-native"