From bf5b15a8b7a2b2276109efc8a6fe54788908ef0d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 11 Mar 2023 20:54:47 +0000 Subject: [PATCH] gnutls: Add missing python ptest dependency Add dependency on python3 to fix execution in minimal images. Signed-off-by: Richard Purdie --- meta/recipes-support/gnutls/gnutls_3.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb index 835ab122d84..7ddd2420bd5 100644 --- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb +++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb @@ -80,6 +80,8 @@ FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*" FILES:${PN}-fips = "${bindir}/fipshmac" +RDEPENDS:${PN}-ptest += "python3" + BBCLASSEXTEND = "native nativesdk" pkg_postinst_ontarget:${PN}-fips () { -- 2.47.2