From 48688b8c505291c12ac420b3c668bd691cf1796a Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 21 Mar 2021 19:18:48 -0300 Subject: optee-os: Remove unneeded dependency on python3-pycrpto 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 --- recipes-security/optee-imx/optee-os_3.10.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb index 5b8c5add..4e184b96 100644 --- a/recipes-security/optee-imx/optee-os_3.10.0.imx.bb +++ b/recipes-security/optee-imx/optee-os_3.10.0.imx.bb @@ -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" -- cgit v1.2.3-54-g00ecf