summaryrefslogtreecommitdiffstats
path: root/meta/classes/python_flit_core.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/python_flit_core.bbclass')
-rw-r--r--meta/classes/python_flit_core.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass
index a900f7b557..7109307de5 100644
--- a/meta/classes/python_flit_core.bbclass
+++ b/meta/classes/python_flit_core.bbclass
@@ -2,8 +2,6 @@ inherit python_pep517 python3native python3-dir setuptools3-base
2 2
3DEPENDS += "python3 python3-flit-core-native" 3DEPENDS += "python3 python3-flit-core-native"
4 4
5PEP517_BUILD_API = "flit_core.buildapi"
6
7python_flit_core_do_manual_build () { 5python_flit_core_do_manual_build () {
8 cd ${PEP517_SOURCE_PATH} 6 cd ${PEP517_SOURCE_PATH}
9 nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} . 7 nativepython3 -m flit_core.wheel --outdir ${PEP517_WHEEL_PATH} .