From 1cf616ad37430cf3209c2456b6893ec462828763 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Tue, 17 Jan 2023 07:41:44 +0100 Subject: [PATCH] UBUNTU: [Packaging] add python3 as a build dependency python3 is now required to generate annotations, so make sure it's always available at build time. Signed-off-by: Andrea Righi --- debian.master/control.stub.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index 625fb24f5467..2033e80efc72 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -18,6 +18,7 @@ Build-Depends: libdw-dev , libpci-dev , pkg-config , + python3 , flex , bison , libunwind8-dev [amd64 arm64 armhf ppc64el] ,