]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg: added python-watchdog as optional dependency
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 26 Nov 2024 20:02:45 +0000 (21:02 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 3 Dec 2024 07:53:33 +0000 (08:53 +0100)
distro/pkg/arch/PKGBUILD
distro/pkg/deb/control
distro/pkg/rpm/knot-resolver.spec

index ebbd164d1b69c6f9e5a10b41b52980ce87f0474d..b01352c8e9349107f102acaa6e7c341ca138c150 100644 (file)
@@ -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)
index 5661e9739e4e4407a2bfdbc1accf474c21ebf603..907c9ffa960522ddfe09e7f20534d3791a50dd24 100644 (file)
@@ -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
index ca8602ffdcb256c7bf91a131380c463cf27f165c..91c1a148b749e917962a496ce0e23a5e39777100 100644 (file)
@@ -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