1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 16:59:30 +00:00

arm/trusted-firmware-m: remove python3-pyasn1-native DEPENDS

The use of pyasn1 was replaced with python3-cryptography in mcuboot
ebd050. This is part of mcuboot 1.3.1 onwards, and TF-M 1.5.0 uses
mcuboot 1.8.0.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-03-16 16:16:39 +00:00
committed by Jon Mason
parent 956f323a05
commit 1b205211ea
@@ -54,7 +54,6 @@ DEPENDS += "cmake-native \
python3-pyyaml-native \
python3-click-native \
python3-cryptography-native \
python3-pyasn1-native \
python3-cbor2-native"
S = "${WORKDIR}/git/tfm"