From: Ting Liu Date: Tue, 15 Dec 2020 06:06:28 +0000 (+0530) Subject: secure-obj: DEPENDS python3-pycryptodome-native X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8358331febd6a96c3df0c54c86a47da036a84c25;p=meta-freescale.git secure-obj: DEPENDS python3-pycryptodome-native PyCryptodome is "an almost drop-in replacement for the old PyCrypto library" and installs under "Crypto" package. In cases when both PyCryptodome and old PyCrypto are needed, there's PyCryptodomeX that installs under own name as "Cryptodome" package. Signed-off-by: Ting Liu --- diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 8576c3dc..3d025668 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-pycrypto-native" +DEPENDS += "python3-pycryptodome-native" inherit python3native