summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorJakub Ružička <jakub.ruzicka@nic.cz>2024-01-30 15:03:20 +0100
committerJakub Ružička <jakub.ruzicka@nic.cz>2024-02-02 15:37:43 +0100
commit7dc2745aaf12f9fce614d3a02cd839904322f68b (patch)
tree4053e553486370e7895e2312c36d367a867af99e /distro
parentMerge branch 'manager-stats-fixes' into '6.0' (diff)
downloadknot-resolver-7dc2745aaf12f9fce614d3a02cd839904322f68b.tar.xz
knot-resolver-7dc2745aaf12f9fce614d3a02cd839904322f68b.zip
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.
Diffstat (limited to 'distro')
-rw-r--r--distro/pkg/deb/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
index aa0aa426..5875e88e 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,