mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
opkg: Add missing python module ptest dependencies
Add dependencies on missing python modules to fix execution in minimal images. (From OE-Core rev: e817f67e62fff9058b8396fb5e5afa106b4d7476) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -65,7 +65,7 @@ do_install_ptest () {
|
||||
RDEPENDS:${PN} = "${VIRTUAL-RUNTIME_update-alternatives} opkg-arch-config libarchive"
|
||||
RDEPENDS:${PN}:class-native = ""
|
||||
RDEPENDS:${PN}:class-nativesdk = ""
|
||||
RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash"
|
||||
RDEPENDS:${PN}-ptest += "make binutils python3-core python3-compression bash python3-crypt python3-io"
|
||||
RREPLACES:${PN} = "opkg-nogpg opkg-collateral"
|
||||
RCONFLICTS:${PN} = "opkg-collateral"
|
||||
RPROVIDES:${PN} = "opkg-collateral"
|
||||
|
||||
Reference in New Issue
Block a user