From: Aleš Mrázek Date: Mon, 2 Dec 2024 19:24:05 +0000 (+0100) Subject: .gitlab-ci.yml: pkg: arch: install python-watchdog X-Git-Tag: v6.0.10~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae0d8d2714c02d240aae96f1828d4c6c396d585;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: pkg: arch: install python-watchdog --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e84775ab6..f340263fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -790,8 +790,8 @@ pkg:arch: <<: *pkg_test_user image: $CI_REGISTRY/packaging/apkg/full/arch before_script: - # prometheus is an optional dependency, but our `apkg test` needs it - - pacman -Syu --noconfirm python-prometheus_client + # prometheus and watchdog are optional dependencies, but our `apkg test` needs them + - pacman -Syu --noconfirm python-prometheus_client python-watchdog # RHEL 8 derivatives would need more work due to *default* python being old #pkg:rocky-8: