From: Aleš Mrázek Date: Mon, 28 Jul 2025 14:27:23 +0000 (+0200) Subject: distro/pkg: added python(3)-kafka package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmanager-kafka;p=thirdparty%2Fknot-resolver.git distro/pkg: added python(3)-kafka package --- diff --git a/distro/pkg/arch/PKGBUILD b/distro/pkg/arch/PKGBUILD index b01352c8e..7a2f48bee 100644 --- a/distro/pkg/arch/PKGBUILD +++ b/distro/pkg/arch/PKGBUILD @@ -47,6 +47,7 @@ optdepends=( 'lua51-psl: policy.slice_randomize_psl() function' 'python-prometheus_client: stats and metrics in Prometheus format' 'python-watchdog: files monitoring and reload on changes' + 'python-kafka: consuming messages from Apache Kafka' ) backup=('etc/knot-resolver/config.yaml') options=(debug strip) diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 907c9ffa9..a5e1ec2e5 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -57,6 +57,7 @@ Recommends: lua-psl, python3-prometheus-client, python3-watchdog, + python3-kafka, 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 41cc1da23..608f87bf2 100644 --- a/distro/pkg/rpm/knot-resolver.spec +++ b/distro/pkg/rpm/knot-resolver.spec @@ -66,6 +66,7 @@ Requires: python3-typing-extensions %endif Recommends: python3-prometheus_client Recommends: python3-watchdog +Recommends: python3-kafka # dnstap module dependencies # SUSE is missing protoc protobuf compiler