From 3c12f99c35c5f6d25dad838a3336ac9e2611b167 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 13 Apr 2023 11:15:54 +0200 Subject: [PATCH] python3-packaging: add missing run-time dependencies python3-profile is required by python3-packaging at run-time. (From OE-Core rev: 5281d5f8a9111413ed8d09360185aca7fe1f23a5) Signed-off-by: Bartosz Golaszewski Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging_23.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.0.bb index 612174f45e..bda124e32c 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