crops-yocto/poky/meta/classes/python_setuptools_build_meta.bbclass

6 lines
144 B
Plaintext
Raw Normal View History

2024-03-01 23:15:01 +01:00
inherit setuptools3-base python_pep517
DEPENDS += "python3-setuptools-native python3-wheel-native"
PEP517_BUILD_API = "setuptools.build_meta"