From 368e097da6df5e3f67d5650bba47702c54b7497c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Tue, 26 Nov 2024 21:02:45 +0100 Subject: [PATCH] distro/pkg: added python-watchdog as optional dependency --- distro/pkg/arch/PKGBUILD | 1 + distro/pkg/deb/control | 1 + distro/pkg/rpm/knot-resolver.spec | 1 + 3 files changed, 3 insertions(+) diff --git a/distro/pkg/arch/PKGBUILD b/distro/pkg/arch/PKGBUILD index ebbd164d1..b01352c8e 100644 --- a/distro/pkg/arch/PKGBUILD +++ b/distro/pkg/arch/PKGBUILD @@ -46,6 +46,7 @@ optdepends=( 'lua51-http: http and prefill modules, trust_anchors bootstrap' 'lua51-psl: policy.slice_randomize_psl() function' 'python-prometheus_client: stats and metrics in Prometheus format' + 'python-watchdog: files monitoring and reload on changes' ) backup=('etc/knot-resolver/config.yaml') options=(debug strip) diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 5661e9739..907c9ffa9 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -56,6 +56,7 @@ Recommends: lua-http, lua-psl, python3-prometheus-client, + python3-watchdog, Suggests: knot-resolver6-module-http, Description: caching, DNSSEC-validating DNS resolver - core binaries diff --git a/distro/pkg/rpm/knot-resolver.spec b/distro/pkg/rpm/knot-resolver.spec index ca8602ffd..91c1a148b 100644 --- a/distro/pkg/rpm/knot-resolver.spec +++ b/distro/pkg/rpm/knot-resolver.spec @@ -65,6 +65,7 @@ Requires: python3-pyyaml Requires: python3-typing-extensions %endif Recommends: python3-prometheus_client +Recommends: python3-watchdog # dnstap module dependencies # SUSE is missing protoc-c protobuf compiler -- 2.47.2