From 06844ff6155e7b77d87d9cfa6015df80730e3dca Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 18 Aug 2023 10:31:16 +0200 Subject: [PATCH] d/control: depend on python3-dev Fixes python3-config not being found when building with sbuild. Signed-off-by: Wolfgang Bumiller --- debian/control.in | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control.in b/debian/control.in index 403ac53..6b6e588 100644 --- a/debian/control.in +++ b/debian/control.in @@ -25,6 +25,7 @@ Build-Depends: asciidoc-base, libtool, lintian, lz4, + python3-dev, python3-minimal, rsync, sphinx-common,