python_flit_core.bbclass 327 B

1234567891011121314
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. inherit python_pep517 python3native python3-dir setuptools3-base
  7. DEPENDS += "python3 python3-flit-core-native"
  8. python_flit_core_do_manual_build () {
  9. cd ${PEP517_SOURCE_PATH}
  10. nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
  11. }