debian-{buster,bullseye}-jenkins: Add python3-cryptography from debian

This avoids having to use rust to build the cryptography module
during pySim requirements.txt

Change-Id: I9246c9260b1d227ce6e290058caa33e04407d11f
This commit is contained in:
Harald Welte 2024-01-10 16:25:14 +01:00
parent 659a62f97a
commit 424a787ce4
2 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,7 @@ RUN \
python-setuptools \
python2.7 \
python3 \
python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \

View File

@ -109,6 +109,7 @@ RUN \
python-yaml \
python2.7 \
python3 \
python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \