laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/35546?usp=email )
Change subject: debian-{buster,bullseye}-jenkins: Add python3-cryptography from debian
......................................................................
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
---
M debian-bullseye-jenkins/Dockerfile
M debian-buster-jenkins/Dockerfile
2 files changed, 14 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile
index 75f0fec..3c186cc 100644
--- a/debian-bullseye-jenkins/Dockerfile
+++ b/debian-bullseye-jenkins/Dockerfile
@@ -110,6 +110,7 @@
python-setuptools \
python2.7 \
python3 \
+ python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \
diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile
index 6dffc25..cf443f0 100644
--- a/debian-buster-jenkins/Dockerfile
+++ b/debian-buster-jenkins/Dockerfile
@@ -109,6 +109,7 @@
python-yaml \
python2.7 \
python3 \
+ python3-cryptography \
python3-gi \
python3-mako \
python3-nwdiag \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/35546?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I9246c9260b1d227ce6e290058caa33e04407d11f
Gerrit-Change-Number: 35546
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged