diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-16 22:53:22 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-17 09:34:23 -0300 |
commit | 0382f8e05a3ea6c9b26643ceb0ed4b83d90d40ff (patch) | |
tree | df667e517576967ecc3e0dab338cc38df48b7d46 | |
parent | f94c73957ef81a8baec241dffa5c3100221bb07f (diff) | |
download | meta-freescale-0382f8e05a3ea6c9b26643ceb0ed4b83d90d40ff.tar.gz |
optee-test-qoriq: DEPENDS python3-pycryptodomex-native
Fix:
| /usr/include/optee/export-user_ta/scripts/sign_encrypt.py", line 131, in main
| from Cryptodome.Signature import pss
| ModuleNotFoundError: No module named 'Cryptodome'
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r-- | recipes-security/optee/optee-test-qoriq_3.8.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_3.8.0.bb b/recipes-security/optee/optee-test-qoriq_3.8.0.bb index f46f8c6f..94cd00c2 100644 --- a/recipes-security/optee/optee-test-qoriq_3.8.0.bb +++ b/recipes-security/optee/optee-test-qoriq_3.8.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_test" | |||
4 | LICENSE = "BSD & GPLv2" | 4 | LICENSE = "BSD & GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" | 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" |
6 | 6 | ||
7 | DEPENDS = "optee-client-qoriq optee-os-qoriq python3-pycryptodome-native" | 7 | DEPENDS = "optee-client-qoriq optee-os-qoriq python3-pycryptodome-native python3-pycryptodomex-native" |
8 | 8 | ||
9 | inherit python3native | 9 | inherit python3native |
10 | 10 | ||