]> code.ossystems Code Review - meta-freescale.git/commitdiff
secure-obj: DEPENDS python3-pycryptodome-native
authorTing Liu <ting.liu@nxp.com>
Tue, 15 Dec 2020 06:06:28 +0000 (11:36 +0530)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 16 Dec 2020 11:39:41 +0000 (08:39 -0300)
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 <ting.liu@nxp.com>
recipes-extended/secure-obj/secure-obj.inc

index 8576c3dca1442d5fd39f563afc48f6c1b9af3390..3d0256688926929bcdffbc979503350985e6fe7b 100644 (file)
@@ -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