From d75ba81be05f9882445cf420685a315e21f092f6 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 9 Feb 2021 09:14:08 +0100 Subject: [PATCH] gitlab-ci: arch job needs to build python-cryptography --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f3ffc83..1396220c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ arch_pip_install: only: - master@fdroid/fdroidserver script: - - pacman --sync --sysupgrade --refresh --noconfirm git grep python-pip python-virtualenv tar + - pacman --sync --sysupgrade --refresh --noconfirm gcc git grep python-pip python-virtualenv python-wheel tar - pip install -e .[test] - fdroid - fdroid readmeta