summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-02-02 12:29:20 +0100
committerThomas Perrot <thomas.perrot@bootlin.com>2022-02-02 12:50:54 +0100
commit452bf8326351f3678f28e3d5475a7100079c5131 (patch)
treebdacb998a720cd2eeb9f7533ca521024e62c3871
parent3d6766b7a9334dfc46b1bbb2a26309defef36b43 (diff)
downloadmeta-freescale-452bf8326351f3678f28e3d5475a7100079c5131.tar.gz
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 <thomas.perrot@bootlin.com>
-rw-r--r--recipes-security/optee-imx/optee-test_3.10.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
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/"
6LICENSE = "BSD" 6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" 7LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
8 8
9DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native optee-os optee-client openssl" 9DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native optee-os optee-client openssl"
10 10
11SRCBRANCH = "imx_5.4.70_2.3.0" 11SRCBRANCH = "imx_5.4.70_2.3.0"
12 12