From: Aleš Mrázek Date: Tue, 26 Nov 2024 20:02:45 +0000 (+0100) Subject: distro/pkg: added python-watchdog as optional dependency X-Git-Tag: v6.0.10~10^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368e097da6df5e3f67d5650bba47702c54b7497c;p=thirdparty%2Fknot-resolver.git distro/pkg: added python-watchdog as optional dependency --- 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