From: Étienne Mollier Date: Sun, 11 Jun 2023 12:49:32 +0000 (+0200) Subject: python3.11.patch removed X-Git-Tag: archive/raspbian/0.22.0+ds-1+rpi1^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83c32dbf4b3ae30c70c473e990cfca8337c22280;p=python-pysam.git python3.11.patch removed The patch is applied upstream. --- diff --git a/debian/patches/python3.11.patch b/debian/patches/python3.11.patch deleted file mode 100644 index 507b31c..0000000 --- a/debian/patches/python3.11.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Add patch to return proper sysconf so for current python -Author: Nilesh Patra -Last-Update: 2022-12-30 ---- a/pysam/__init__.py -+++ b/pysam/__init__.py -@@ -96,5 +96,7 @@ - if pysam.config.HTSLIB == "builtin": - pysam_libs.append('libchtslib') - -- so = sysconfig.get_config_var('SO') -+ so = sysconfig.get_config_var('EXT_SUFFIX') -+ if not so: -+ so = sysconfig.get_config_var('SO') - return [os.path.join(dirname, x + so) for x in pysam_libs] diff --git a/debian/patches/series b/debian/patches/series index d5d6853..43ee385 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ skip_test_remote.patch clean_less skip-test-on-32-bit.patch -python3.11.patch