1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-04-20 11:29:54 +00:00

optee-os: replace old pycrypto with pycryptodome - a drop-in replacement

While pycryptodome is a drop-in replacement for the old pycrypto module,
pycryptodomex uses a separate namespace to not confict with pycrypto.
Unfortunately, optee-os uses both namespaces, hence both variants of
pycryptodome and pycryptodomex are needed.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Reviewed-by: Diego Sueiro <diego.sueiro@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Denys Dmytriyenko
2020-05-14 20:31:34 -04:00
committed by Jon Mason
parent 9ec7bd7866
commit 3e8602af6f

View File

@@ -10,7 +10,7 @@ PV = "3.8.0+git${SRCPV}"
inherit deploy python3native
require optee.inc
DEPENDS = "python3-pycrypto-native python3-pyelftools-native python3-pycryptodomex-native"
DEPENDS = "python3-pycryptodome-native python3-pycryptodomex-native python3-pyelftools-native"
SRCREV = "023e33656e2c9557ce50ad63a98b2e2c9b51c118"
SRC_URI = " \