summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-02 10:50:43 -0300
committerGitHub <noreply@github.com>2022-02-02 10:50:43 -0300
commit0f619f42b4ba3cb02dd9da322785678ac8e2ed56 (patch)
treed81a3a6a95156b2696b57c0224dad17ccd7c2832
parent740fed4f1df701c7f3d7893b1c8689d4322d0afa (diff)
parent452bf8326351f3678f28e3d5475a7100079c5131 (diff)
downloadmeta-freescale-0f619f42b4ba3cb02dd9da322785678ac8e2ed56.tar.gz
Merge pull request #972 from tprrt/tprrt/fix-optee-test-depends
optee-test: replace old pycrypto with pycryptodome
-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