From: Jakub Ružička Date: Tue, 30 Jan 2024 14:03:20 +0000 (+0100) Subject: distro/pkg/deb: depend on python3, not python3-all X-Git-Tag: v6.0.6~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dc2745aaf12f9fce614d3a02cd839904322f68b;p=thirdparty%2Fknot-resolver.git distro/pkg/deb: depend on python3, not python3-all This fixes build failures on Ubuntu 24.04 where python3.11 and python3.12 co-exist. --- diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index aa0aa4262..5875e88e2 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -22,7 +22,7 @@ Build-Depends: pkg-config, meson (>= 0.49), protobuf-c-compiler, - python3-all, + python3, python3-dev, python3-setuptools, libssl-dev,