]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-test: replace old pycrypto with pycryptodome 972/head
authorThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 11:29:20 +0000 (12:29 +0100)
committerThomas Perrot <thomas.perrot@bootlin.com>
Wed, 2 Feb 2022 11:50:54 +0000 (12:50 +0100)
For security reason, pycrypto is no longer available, but it can be replaced by
pycryptodome.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
recipes-security/optee-imx/optee-test_3.10.0.imx.bb

index 76e04f04cb0887900e9561ea4c8af2b6286e3d2e..4ccce2cd8b85be453b4fdf5a398866a62689e38e 100644 (file)
@@ -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"