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.bbclass6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass
index eef361bb1b..96652aa204 100644
--- a/meta/classes/python_flit_core.bbclass
+++ b/meta/classes/python_flit_core.bbclass
@@ -3,9 +3,3 @@ inherit python_pep517 python3native python3-dir setuptools3-base
3DEPENDS += "python3 python3-flit-core-native" 3DEPENDS += "python3 python3-flit-core-native"
4 4
5PEP517_BUILD_API = "flit_core.buildapi" 5PEP517_BUILD_API = "flit_core.buildapi"
6
7python_flit_core_do_configure () {
8 :
9}
10
11EXPORT_FUNCTIONS do_configure