docker,worker: install python3-cryptography main master v23
authorRobert Marko <robimarko@gmail.com>
Mon, 25 Nov 2024 09:40:03 +0000 (10:40 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 25 Nov 2024 10:12:20 +0000 (10:12 +0000)
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 <robimarko@gmail.com>
Link: https://github.com/openwrt/buildbot/pull/61
Signed-off-by: Petr Štetiar <ynezz@true.cz>
docker/buildworker/Dockerfile

index 0d230f195421eaf6c9dab8e5a07ed22cb3b372e5..eef2d4416c364f524329de2c198bb24d2fcf50d2 100644 (file)
@@ -34,6 +34,7 @@ RUN \
                python3-venv \
                python3-pip \
                python3-pyelftools \
+               python3-cryptography \
                qemu-utils \
                rsync \
                signify-openbsd \