aboutsummaryrefslogtreecommitdiff
path: root/test/py
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2021-02-19 12:45:14 -0600
committerTom Rini <trini@konsulko.com>2021-04-14 15:22:59 -0400
commita4515f0ff775fb5e1ba35cc86b1b2c4e9caf6a99 (patch)
tree8cee360807b2bd3476fd9c34ef6e3208855c4340 /test/py
parent9eef0fe7e5b47b5bc2dde19d67fcde6ee91662c8 (diff)
downloadu-boot-a4515f0ff775fb5e1ba35cc86b1b2c4e9caf6a99.zip
u-boot-a4515f0ff775fb5e1ba35cc86b1b2c4e9caf6a99.tar.gz
u-boot-a4515f0ff775fb5e1ba35cc86b1b2c4e9caf6a99.tar.bz2
test/py: Add pycryptodomex to list of required pakages
We wish to use pycryptodomex to verify code paths involving ECDSA signatures. Add it to requirements.txt so that they get picked up automatically .gitlab and .azure tasks Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py')
-rw-r--r--test/py/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 89ca259..9c346b4 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -10,6 +10,7 @@ packaging==19.2
pbr==5.4.3
pluggy==0.13.0
py==1.8.0
+pycryptodomex==3.9.8
pyelftools==0.27
pygit2==0.28.2
pyparsing==2.4.2