From ea0bf05f9d03abe833b463db0f11dc32475c5552 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 29 Apr 2024 16:51:12 +0200 Subject: [PATCH] gitlab-ci: fdroidserver has moved from pyasn1 to asn1crypto --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39f1e99cd8..4420b71b0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -174,9 +174,9 @@ fdroid lint config: ca-certificates curl git + python3-asn1crypto python3-defusedxml python3-git - python3-pyasn1-modules python3-pycountry python3-qrcode python3-requests @@ -188,6 +188,7 @@ fdroid lint config: - if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "push" changes: paths: + - .gitlab-ci.yml - config.yml - config/*.yml - config/*/*.yml