]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg/deb: depend on python3, not python3-all docs-develop-pkg-dm9rwp/deployments/3144
authorJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 30 Jan 2024 14:03:20 +0000 (15:03 +0100)
committerJakub Ružička <jakub.ruzicka@nic.cz>
Fri, 2 Feb 2024 14:37:43 +0000 (15:37 +0100)
This fixes build failures on Ubuntu 24.04 where python3.11
and python3.12 co-exist.

distro/pkg/deb/control

index aa0aa42621627251c8206f48f5525a94e210cf7c..5875e88e2821f922f92389bb6b57d2745d8f43c7 100644 (file)
@@ -22,7 +22,7 @@ Build-Depends:
  pkg-config,
  meson (>= 0.49),
  protobuf-c-compiler,
- python3-all,
+ python3,
  python3-dev,
  python3-setuptools,
  libssl-dev,