From 8358331febd6a96c3df0c54c86a47da036a84c25 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 15 Dec 2020 11:36:28 +0530 Subject: 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 --- recipes-extended/secure-obj/secure-obj.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended') 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 -- cgit v1.2.3-54-g00ecf