From: Bartosz Golaszewski Date: Thu, 13 Apr 2023 09:15:54 +0000 (+0200) Subject: python3-packaging: add missing run-time dependencies X-Git-Tag: uninative-3.10~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5281d5f8a9111413ed8d09360185aca7fe1f23a5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-packaging: add missing run-time dependencies python3-profile is required by python3-packaging at run-time. Signed-off-by: Bartosz Golaszewski Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.0.bb index 612174f45e0..bda124e32c6 100644 --- a/meta/recipes-devtools/python/python3-packaging_23.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_23.0.bb @@ -11,6 +11,7 @@ BBCLASSEXTEND = "native nativesdk" # Bootstrap the native build DEPENDS:remove:class-native = "python3-build-native" +RDEPENDS:${PN} += "python3-profile" do_compile:class-native () { python_flit_core_do_manual_build