Skip to content

Commit

Permalink
docker,worker: install python3-cryptography
Browse files Browse the repository at this point in the history
Addition of OPTEE support along with STM32 added a requirment on
python3-cryptography and without it buildbots for STM32 will fail with:
Checking 'python3-cryptography'... failed.
Checking 'python3-pyelftools'... ok.
optee-os: Please install the Python3 cryptography module
make[3]: *** [/builder/shared-workdir/build/include/prereq.mk:9: prereq] Error 1

So install python3-cryptography to satisfy it.

Signed-off-by: Robert Marko <[email protected]>
Link: #61
Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
robimarko authored and ynezz committed Nov 25, 2024
1 parent 31eb26b commit 7f96627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/buildworker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN \
python3-venv \
python3-pip \
python3-pyelftools \
python3-cryptography \
qemu-utils \
rsync \
signify-openbsd \
Expand Down

0 comments on commit 7f96627

Please sign in to comment.