commit | f3564bfe990b5f2934fab9c61ba9106b7e4453dd | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 02 12:50:06 2021 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu Dec 02 13:19:19 2021 +0100 |
tree | 3d9d8a152424253e548b68fa78f8d6d264dd000d | |
parent | 3f5f7df75ba3e224f1ff2595d94fe094dac7615d [diff] |
Add Cryptodome to maintainer requirements See e.g. https://github.com/ARMmbed/mbedtls/pull/5218 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/scripts/maintainer.requirements.txt b/scripts/maintainer.requirements.txt index 670617b..b149921 100644 --- a/scripts/maintainer.requirements.txt +++ b/scripts/maintainer.requirements.txt
@@ -4,3 +4,7 @@ # For source code analyses clang + +# For building some test vectors +pycryptodomex +pycryptodome-test-vectors