xref: /OK3568_Linux_fs/yocto/poky/meta/classes/python_setuptools_build_meta.bbclass (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1inherit setuptools3-base python_pep517
2
3DEPENDS += "python3-setuptools-native python3-wheel-native"
4
5PEP517_BUILD_API = "setuptools.build_meta"
6