From c887c14be1f72394e0b50bfafd287b0200c5f4e9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 8 Feb 2021 11:40:41 +0100 Subject: [PATCH] gitlab-ci: use python3-cryptography to avoid building rust sources --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a9bcb3e..800c2057 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -335,7 +335,7 @@ plugin_fetchsrclibs: # test a full update and deploy cycle to gitlab.com servergitmirrors: - image: debian + image: debian:buster <<: *apt-template only: - master@fdroid/fdroidserver @@ -345,11 +345,12 @@ servergitmirrors: git openssh-client openssl + python3-cryptography python3-pip python3-venv rsync wget - - python3 -m venv env + - python3 -m venv --system-site-packages env - . env/bin/activate - export PYTHONPATH=`pwd` - $pip install -e .