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.bbclass14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass
deleted file mode 100644
index a0b1feb70a..0000000000
--- a/meta/classes/python_flit_core.bbclass
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright OpenEmbedded Contributors
-#
-# SPDX-License-Identifier: MIT
-#
-
-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} .
-}