From: Ting Liu Date: Wed, 16 Dec 2020 14:53:22 +0000 (+0800) Subject: optee-test-qoriq: DEPENDS python3-pycryptodomex-native X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0382f8e05a3ea6c9b26643ceb0ed4b83d90d40ff;p=meta-freescale.git 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 --- 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" LICENSE = "BSD & GPLv2" LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa" -DEPENDS = "optee-client-qoriq optee-os-qoriq python3-pycryptodome-native" +DEPENDS = "optee-client-qoriq optee-os-qoriq python3-pycryptodome-native python3-pycryptodomex-native" inherit python3native