From: Richard Purdie Date: Sat, 11 Mar 2023 20:52:19 +0000 (+0000) Subject: opkg: Add missing python module ptest dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e817f67e62fff9058b8396fb5e5afa106b4d7476;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opkg: Add missing python module ptest dependencies Add dependencies on missing python modules to fix execution in minimal images. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/opkg/opkg_0.6.1.bb b/meta/recipes-devtools/opkg/opkg_0.6.1.bb index c3f4a7dd575..4c25fe963a3 100644 --- a/meta/recipes-devtools/opkg/opkg_0.6.1.bb +++ b/meta/recipes-devtools/opkg/opkg_0.6.1.bb @@ -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"