From 452bf8326351f3678f28e3d5475a7100079c5131 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Wed, 2 Feb 2022 12:29:20 +0100 Subject: optee-test: replace old pycrypto with pycryptodome For security reason, pycrypto is no longer available, but it can be replaced by pycryptodome. Signed-off-by: Thomas Perrot --- recipes-security/optee-imx/optee-test_3.10.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb index 76e04f04..4ccce2cd 100644 --- a/recipes-security/optee-imx/optee-test_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-test_3.10.0.imx.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.optee.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" -DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native optee-os optee-client openssl" +DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl" SRCBRANCH = "imx_5.4.70_2.3.0" -- cgit v1.2.3-54-g00ecf