10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
|
|
#
|
||
|
|
# Copyright OpenEmbedded Contributors
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
inherit setuptools3-base python_pep517
|
||
|
|
|
||
|
|
DEPENDS += "python3-setuptools-native python3-wheel-native"
|