]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-os: Remove unneeded dependency on python3-pycrpto
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 21 Mar 2021 22:18:48 +0000 (19:18 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sun, 21 Mar 2021 22:20:24 +0000 (19:20 -0300)
The python3-pycrpto is provided by python3-pycryptodomex, and in fact is
not provided on OpenEmbedded anymore so it cannot be used.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-security/optee-imx/optee-os_3.10.0.imx.bb

index 5b8c5add9a69fa64c430c5dd8eda1b4eb5f78e2c..4e184b96082dadafd7f7b0d22ce5f385c551eb92 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.optee.org/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c1f21c4f72f372ef38a5a4aee55ec173"
 
-DEPENDS = "python3-pycrypto-native python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native"
+DEPENDS = "python3-pycryptodomex-native python3-pyelftools-native u-boot-mkimage-native"
 
 SRCBRANCH = "imx_5.4.70_2.3.0"