From 05bc59c56ad1e35f9b40c29e4b9f1d50d641f95c 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 f5286c97..0cc9b3c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -316,11 +316,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