From: Alexandru Gagniuc Date: Fri, 19 Feb 2021 18:45:14 +0000 (-0600) Subject: test/py: Add pycryptodomex to list of required pakages X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=a4515f0ff775fb5e1ba35cc86b1b2c4e9caf6a99;p=u-boot.git 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 Reviewed-by: Simon Glass --- diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 89ca259b21..9c346b4b41 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