new/yocto/poky/meta/classes/python_setuptools_build_meta.bbclass

6 lines
144 B
Plaintext
Raw Normal View History

2025-05-10 21:58:58 +08:00
inherit setuptools3-base python_pep517
DEPENDS += "python3-setuptools-native python3-wheel-native"
PEP517_BUILD_API = "setuptools.build_meta"