Re: [PATCH v3 5/6] test/py: Add pycryptodomex to list of required pakages

2021-01-13 Thread Simon Glass
On Thu, 7 Jan 2021 at 15:34, Alexandru Gagniuc wrote: > > 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 > --- >

[PATCH v3 5/6] test/py: Add pycryptodomex to list of required pakages

2021-01-07 Thread Alexandru Gagniuc
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 --- test/py/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git