[PATCH 6/7] ci: container: install crcmod and cryptography
Jonas Rebmann
jre at pengutronix.de
Fri Sep 26 03:14:07 PDT 2025
Needed for bareboxtlv-generator.py which will be part of integration
tests.
While at it, sort python packages alphabetically.
Signed-off-by: Jonas Rebmann <jre at pengutronix.de>
---
test/Containerfile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/test/Containerfile b/test/Containerfile
index c6c3c57596..f2e785d17c 100644
--- a/test/Containerfile
+++ b/test/Containerfile
@@ -43,11 +43,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
qemu-system-common \
ovmf \
python3 \
- python3-pip \
- python3-virtualenv \
- python3-setuptools \
+ python3-crcmod \
+ python3-cryptography \
python3-jsonschema \
python3-libfdt \
+ python3-pip \
+ python3-setuptools \
+ python3-virtualenv \
python3-yaml \
virtualenv \
sudo \
--
2.51.0.297.gca2559c1d6
More information about the barebox
mailing list