From: Simon Glass Date: Sun, 23 Jun 2024 17:56:18 +0000 (-0600) Subject: buildman: Add python3-pycryptodome X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fa77b510725dcc6c9e0222c5868b88ce22f77d86;p=u-boot.git buildman: Add python3-pycryptodome This is used by some Binman entry types, so add it to allow more tests to pass. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index 564e54898a..052d0ed5c6 100644 --- a/tools/buildman/requirements.txt +++ b/tools/buildman/requirements.txt @@ -1,4 +1,5 @@ coverage==6.2 jsonschema==4.17.3 +pycryptodome==3.20 pyyaml==6.0 yamllint==1.26.3