From ec57590b88873c32f320df24ca610823954a6b66 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 17 May 2023 10:06:30 +0200 Subject: [PATCH] python3-installer: add missing run-time dependencies Add missing RDEPENDS for this package. (From OE-Core rev: 85ca038b00ce2406ae0e9bb66bee7e544d333537) Signed-off-by: Bartosz Golaszewski Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-installer_0.7.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/recipes-devtools/python/python3-installer_0.7.0.bb b/meta/recipes-devtools/python/python3-installer_0.7.0.bb index d7f1e79a5c..9429705b1f 100644 --- a/meta/recipes-devtools/python/python3-installer_0.7.0.bb +++ b/meta/recipes-devtools/python/python3-installer_0.7.0.bb @@ -15,6 +15,12 @@ inherit pypi python_flit_core # Bootstrap the native build DEPENDS:remove:class-native = "python3-build-native python3-installer-native" +RDEPENDS:${PN} += " \ + python3-compile \ + python3-compression \ + python3-netclient \ +" + INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" do_compile:class-native () {