summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-17 10:06:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commit0b9f94d1e56786274dc8ed82b6be9ef410f0bb59 (patch)
tree3e34eda2bc815039e7544bc1044dd75ecfbb88d1
parentd7d56550ac3374fa873c262dcd9c53a19b9cd3e9 (diff)
downloadpoky-0b9f94d1e56786274dc8ed82b6be9ef410f0bb59.tar.gz
python3-pyproject-hooks: add missing run-time dependencies
Add missing RDEPENDS for this package. (From OE-Core rev: 2720189038338518abc791609b5962dcce4aa30c) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb5
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
15DEPENDS:remove:class-native = "python3-build-native" 15DEPENDS:remove:class-native = "python3-build-native"
16 16
17RDEPENDS:${PN} += "python3-json" 17RDEPENDS:${PN} += " \
18 python3-io \
19 python3-json \
20"
18 21
19do_compile:class-native () { 22do_compile:class-native () {
20 python_flit_core_do_manual_build 23 python_flit_core_do_manual_build