From 22ce23ebe02acef5d8a4f9eae892b4b9a4948236 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 24 Aug 2022 19:53:54 +0200 Subject: [PATCH] gitlab-ci: paramiko from Debian to avoid crypto libs from source Before it was cryptography, now bcrypt requires a Rust compiler: https://gitlab.com/fdroid/fdroidserver/-/jobs/2929483724 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ee61b26..0d8a9f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -416,11 +416,11 @@ plugin_fetchsrclibs: curl git python3-cffi - python3-cryptography python3-matplotlib python3-nacl - python3-pip + python3-paramiko python3-pil + python3-pip python3-pycparser python3-venv - python3 -m venv --system-site-packages env