From: Ting Liu Date: Thu, 17 Dec 2020 03:04:31 +0000 (+0800) Subject: secure-obj: DEPENDS python3-pycryptodomex-native X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f94c73957ef81a8baec241dffa5c3100221bb07f;p=meta-freescale.git secure-obj: DEPENDS python3-pycryptodomex-native Fix: | File "/usr/include/optee/export-user_ta/scripts/sign_encrypt.py", line 131, in main | from Cryptodome.Signature import pss | ModuleNotFoundError: No module named 'Cryptodome' Signed-off-by: Ting Liu --- diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 3d025668..8a62d9cb 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" RDEPENDS_${PN} = "bash libcrypto libssl" -DEPENDS += "python3-pycryptodome-native" +DEPENDS += "python3-pycryptodomex-native" inherit python3native