summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-04-13 11:15:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-14 16:44:24 +0100
commit82ee2dc94ba46b801c9645b5ce8c36bd330af865 (patch)
treebe021b3f1319492022109de49add47ed1219a41e /meta/recipes-devtools
parent1d70f5b466afcf7204e855825888ec3ab824bafc (diff)
downloadpoky-82ee2dc94ba46b801c9645b5ce8c36bd330af865.tar.gz
python3-pyproject-hooks: add missing run-time dependencies
JSON module is required at run-time by pyproject-hooks. (From OE-Core rev: f886fe227fe91d0d1566e3ddb01856d7e67a8a2d) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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}