From 1b5a93701f011680c32028572ee57aa83b6b339d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20Mollier?= Date: Tue, 29 Nov 2022 21:39:28 +0100 Subject: [PATCH] d/control: make build only depend on python3-dev. Currently python3.11 support is missing, this is a temporary measure to make sure the package can be shipped for bookworm. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 201a03a..17c13e3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper-compat (= 13), dh-python, libhts-dev (>= 1.14~), zlib1g-dev, - python3-all-dev, +# FIXME: restore python3-all-dev when #1024425 is resolved. + python3-dev, python3-setuptools, cython3, tabix , -- 2.30.2