From 58dec5743982501ed6e11bb030facf4c57ef7319 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 4131b8c2..f3964b93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -393,11 +393,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