]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg/arch: update deps and maintainers docs-develop-rele-x0vj7g/deployments/4616
authorOto Šťáva <oto.stava@nic.cz>
Tue, 23 Jul 2024 09:43:43 +0000 (11:43 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 23 Jul 2024 11:17:32 +0000 (13:17 +0200)
distro/pkg/arch/PKGBUILD

index 619f562d3492290c0b276979a62ab5cd28611007..422da69569c8fee29392bcd32e686cc59d648cfd 100644 (file)
@@ -1,5 +1,8 @@
-# Maintainer:  Tomas Krizek <tomas.krizek@nic.cz>
+# Maintainer:  Knot Resolver team <knot-resolver@labs.nic.cz>
+# Maintainer:  Vladimír Čunát <vladimir.cunat@nic.cz>
+# Contributor: Nicki Křížek <nicki@isc.org>
 # Contributor: Ondřej Surý <ondrej@sury.org>
+# Contributor: Oto Šťáva <oto.stava@gmail.com>
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 pkgname=knot-resolver
@@ -24,23 +27,25 @@ depends=(
     'python-yaml'
     'python-aiohttp'
     'python-typing_extensions'
-    'python-prometheus_client'
     'python-jinja'
     'supervisor'
 )
 makedepends=(
     'cmocka'
     'meson'
-    'systemd-libs'
+    'pkgconfig'
     'python-build'
     'python-installer'
     'python-poetry'
+    'python-wheel'
+    'systemd-libs'
 )
 optdepends=(
     'lua51-basexx: experimental_dot_auth module'
     'lua51-cqueues: http and dns64 module, policy.rpz() function'
     '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'
 )
 backup=('etc/knot-resolver/config.yaml')
 options=(debug strip)