diff options
author | 2020-02-11 16:42:50 +0800 | |
---|---|---|
committer | 2020-02-11 10:49:39 -0300 | |
commit | 2296621bf78faed65b6813c1f6df167cb3c34fa4 (patch) | |
tree | 6f619a99f94b7a33cf54410c5b44bd74ba1dbce6 /recipes-extended | |
parent | 6667e1c08d67036740b0fb73bcff5c1ff3e18be6 (diff) | |
download | meta-freescale-2296621bf78faed65b6813c1f6df167cb3c34fa4.tar.gz meta-freescale-2296621bf78faed65b6813c1f6df167cb3c34fa4.tar.bz2 meta-freescale-2296621bf78faed65b6813c1f6df167cb3c34fa4.zip |
secure-obj: update to python3-pycrypto-native dependency
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/secure-obj/secure-obj.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index f3f1d2c7..59b2c3ea 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc @@ -4,7 +4,7 @@ LICENSE = "BSD" DEPENDS = "openssl optee-os-qoriq optee-client-qoriq" RDEPENDS_${PN} = "bash libcrypto libssl" -DEPENDS += "python-pycrypto-native" +DEPENDS += "python3-pycrypto-native" inherit python3native |