]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: pkg: arch: install python-watchdog
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 2 Dec 2024 19:24:05 +0000 (20:24 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 3 Dec 2024 07:53:33 +0000 (08:53 +0100)
.gitlab-ci.yml

index e84775ab6186785501608fde3064f80c20b09aaf..f340263fe7c8c90b85b486b772d7ef8ce1226b2a 100644 (file)
@@ -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: