From 7dc2745aaf12f9fce614d3a02cd839904322f68b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= Date: Tue, 30 Jan 2024 15:03:20 +0100 Subject: [PATCH] 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. --- distro/pkg/deb/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2