From 4b208e438e62135d28e4dcb6318ecaadd4e36768 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 8 Dec 2023 09:48:04 +0100 Subject: [PATCH] gitlab-ci: gradle job needs python3-packaging now --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f38dfab..21be7ba4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -319,6 +319,7 @@ gradle: python3-colorama python3-git python3-gitlab + python3-packaging python3-requests # if this is a merge request fork, then only check if relevant files changed - if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then