From 424a787ce452d1dc323d6c2040386eb1c44f2cad Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 10 Jan 2024 16:25:14 +0100 Subject: [PATCH] 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 --- debian-bullseye-jenkins/Dockerfile | 1 + debian-buster-jenkins/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile index 75f0fec1..3c186cca 100644 --- a/debian-bullseye-jenkins/Dockerfile +++ b/debian-bullseye-jenkins/Dockerfile @@ -110,6 +110,7 @@ RUN \ 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 6dffc250..cf443f08 100644 --- a/debian-buster-jenkins/Dockerfile +++ b/debian-buster-jenkins/Dockerfile @@ -109,6 +109,7 @@ RUN \ python-yaml \ python2.7 \ python3 \ + python3-cryptography \ python3-gi \ python3-mako \ python3-nwdiag \