aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-06-23 11:56:18 -0600
committerSimon Glass <sjg@chromium.org>2024-07-03 07:36:33 +0100
commitfa77b510725dcc6c9e0222c5868b88ce22f77d86 (patch)
tree6a28573972d1f656f4d2daf0500e70aaf8dd67b8 /tools
parente70bac90ff134d77ff25c00c7136d43a8ffd615d (diff)
downloadu-boot-fa77b510725dcc6c9e0222c5868b88ce22f77d86.zip
u-boot-fa77b510725dcc6c9e0222c5868b88ce22f77d86.tar.gz
u-boot-fa77b510725dcc6c9e0222c5868b88ce22f77d86.tar.bz2
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index 564e548..052d0ed 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