diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-17 10:06:30 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:49 +0100 |
| commit | ec57590b88873c32f320df24ca610823954a6b66 (patch) | |
| tree | 441f093e3a0a8951f097ca66fba4ccffce10cc3c /meta/recipes-devtools | |
| parent | 9aef5578dda0448591d2a1bc16dc0adf36e849d8 (diff) | |
| download | poky-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>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python3-installer_0.7.0.bb | 6 |
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 |
| 16 | DEPENDS:remove:class-native = "python3-build-native python3-installer-native" | 16 | DEPENDS:remove:class-native = "python3-build-native python3-installer-native" |
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | python3-compile \ | ||
| 20 | python3-compression \ | ||
| 21 | python3-netclient \ | ||
| 22 | " | ||
| 23 | |||
| 18 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" | 24 | INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode" |
| 19 | 25 | ||
| 20 | do_compile:class-native () { | 26 | do_compile:class-native () { |
