]> code.ossystems Code Review - meta-freescale.git/commitdiff
optee-test: update to python3-pycrypto-native dependency
authorPeter Griffin <peter.griffin@linaro.org>
Mon, 3 Feb 2020 21:28:28 +0000 (22:28 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 3 Feb 2020 21:53:42 +0000 (18:53 -0300)
As python2 packages are now dropped in oe-core.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
recipes-security/optee-imx/optee-test_3.2.0.imx.bb

index e36f33558aabc001eb8da6149828f7d6944b6549..fa46720ddf9c5c2969453f4e89efdf7b3840deca 100644 (file)
@@ -6,7 +6,7 @@ HOMEPAGE = "http://www.optee.org/"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
 
-DEPENDS = "optee-os optee-client python-pycrypto-native openssl"
+DEPENDS = "optee-os optee-client python3-pycrypto-native openssl"
 inherit python3native
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"