blob: 7109307de5bf62b1c433b7ec51d2263c7c562303 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001inherit python_pep517 python3native python3-dir setuptools3-base
2
3DEPENDS += "python3 python3-flit-core-native"
4
Andrew Geissler615f2f12022-07-15 14:00:58 -05005python_flit_core_do_manual_build () {
6 cd ${PEP517_SOURCE_PATH}
7 nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
8}