From: Étienne Mollier Date: Tue, 29 Nov 2022 20:39:28 +0000 (+0100) Subject: d/control: make build only depend on python3-dev. X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1~1^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1b5a93701f011680c32028572ee57aa83b6b339d;p=python-pysam.git 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. --- 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 ,