From 06b648821aa3fbbdf7c00724cf3c3cedbb4f0546 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 14 May 2020 20:31:34 -0400 Subject: [PATCH] optee-os: replace old pycrypto with pycryptodome - a drop-in replacement While pycryptodome is a drop-in replacement for the old pycrypto module, pycryptodomex uses a separate namespace to not confict with pycrypto. Unfortunately, optee-os uses both namespaces, hence both variants of pycryptodome and pycryptodomex are needed. Signed-off-by: Denys Dmytriyenko Reviewed-by: Diego Sueiro Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-os_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-security/optee/optee-os_git.bb b/meta-arm/recipes-security/optee/optee-os_git.bb index dfff6d10..c9847b57 100644 --- a/meta-arm/recipes-security/optee/optee-os_git.bb +++ b/meta-arm/recipes-security/optee/optee-os_git.bb @@ -10,7 +10,7 @@ PV = "3.8.0+git${SRCPV}" inherit deploy python3native require optee.inc -DEPENDS = "python3-pycrypto-native python3-pyelftools-native python3-pycryptodomex-native" +DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native python3-pyelftools-native" SRCREV = "023e33656e2c9557ce50ad63a98b2e2c9b51c118" SRC_URI = " \