mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9aef5578dd
commit
ec57590b88
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user