mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
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>
This commit is contained in:
parent
9eef0fe7e5
commit
a4515f0ff7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue