]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-installer: add missing run-time dependencies
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 17 May 2023 08:06:30 +0000 (10:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 May 2023 09:53:44 +0000 (10:53 +0100)
Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-installer_0.7.0.bb

index d7f1e79a5ca674a28baf209613d7cb6080cf73d1..9429705b1f8caf5d8c8bf38201217373bc350595 100644 (file)
@@ -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 () {