10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
#
|
|
# Copyright OpenEmbedded Contributors
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
inherit python_pep517 python3native setuptools3-base
|
|
|
|
DEPENDS += "python3-poetry-core-native"
|