From: Bartosz Golaszewski Date: Wed, 17 May 2023 08:06:33 +0000 (+0200) Subject: python3-pyproject-hooks: add missing run-time dependencies X-Git-Tag: uninative-3.10~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2720189038338518abc791609b5962dcce4aa30c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pyproject-hooks: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni --- 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 e3893d51cb3..c3f1fb75ed1 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" # Bootstrap the native build DEPENDS:remove:class-native = "python3-build-native" -RDEPENDS:${PN} += "python3-json" +RDEPENDS:${PN} += " \ + python3-io \ + python3-json \ +" do_compile:class-native () { python_flit_core_do_manual_build