summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_flit_core.bbclass
blob: 0f5301084f875549bbd8a735ef8b55a110b59869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright OpenEmbedded Contributors
#

inherit python_pep517 python3native python3-dir setuptools3-base

DEPENDS += "python3 python3-flit-core-native"

python_flit_core_do_manual_build () {
    cd ${PEP517_SOURCE_PATH}
    nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .
}