summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb
index 9aca5918ec..e3893d51cb 100644
--- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb
@@ -14,6 +14,8 @@ BBCLASSEXTEND = "native nativesdk"
14# Bootstrap the native build 14# Bootstrap the native build
15DEPENDS:remove:class-native = "python3-build-native" 15DEPENDS:remove:class-native = "python3-build-native"
16 16
17RDEPENDS:${PN} += "python3-json"
18
17do_compile:class-native () { 19do_compile:class-native () {
18 python_flit_core_do_manual_build 20 python_flit_core_do_manual_build
19} 21}