aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/classes/poetry_core.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/classes/poetry_core.bbclass')
-rw-r--r--meta-python/classes/poetry_core.bbclass15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/classes/poetry_core.bbclass b/meta-python/classes/poetry_core.bbclass
deleted file mode 100644
index b2b80efa4f..0000000000
--- a/meta-python/classes/poetry_core.bbclass
+++ /dev/null
@@ -1,15 +0,0 @@
-inherit python_pep517 python3native setuptools3-base
-
-DEPENDS += "python3-poetry-core-native"
-
-poetry_core_do_configure () {
- :
-}
-
-# TODO: ideally this uses pypa/build
-poetry_core_do_compile () {
- nativepython3 -c "from poetry.core.masonry import api; api.build_wheel('${PEP517_WHEEL_PATH}')"
-}
-do_compile[cleandirs] += "${PEP517_WHEEL_PATH}"
-
-EXPORT_FUNCTIONS do_configure do_compile