summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-17 10:06:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:49 +0100
commitec57590b88873c32f320df24ca610823954a6b66 (patch)
tree441f093e3a0a8951f097ca66fba4ccffce10cc3c
parent9aef5578dda0448591d2a1bc16dc0adf36e849d8 (diff)
downloadpoky-ec57590b88873c32f320df24ca610823954a6b66.tar.gz
python3-installer: add missing run-time dependencies
Add missing RDEPENDS for this package. (From OE-Core rev: 85ca038b00ce2406ae0e9bb66bee7e544d333537) Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-installer_0.7.0.bb6
1 files changed, 6 insertions, 0 deletions
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
15# Bootstrap the native build 15# Bootstrap the native build
16DEPENDS:remove:class-native = "python3-build-native python3-installer-native" 16DEPENDS:remove:class-native = "python3-build-native python3-installer-native"
17 17
18RDEPENDS:${PN} += " \
19 python3-compile \
20 python3-compression \
21 python3-netclient \
22"
23
18INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" 24INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
19 25
20do_compile:class-native () { 26do_compile:class-native () {