diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb | 5 |
1 files changed, 4 insertions, 1 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 e3893d51cb..c3f1fb75ed 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,7 +14,10 @@ BBCLASSEXTEND = "native nativesdk" | |||
14 | # Bootstrap the native build | 14 | # Bootstrap the native build |
15 | DEPENDS:remove:class-native = "python3-build-native" | 15 | DEPENDS:remove:class-native = "python3-build-native" |
16 | 16 | ||
17 | RDEPENDS:${PN} += "python3-json" | 17 | RDEPENDS:${PN} += " \ |
18 | python3-io \ | ||
19 | python3-json \ | ||
20 | " | ||
18 | 21 | ||
19 | do_compile:class-native () { | 22 | do_compile:class-native () { |
20 | python_flit_core_do_manual_build | 23 | python_flit_core_do_manual_build |