From 83c32dbf4b3ae30c70c473e990cfca8337c22280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89tienne=20Mollier?= Date: Sun, 11 Jun 2023 14:49:32 +0200 Subject: [PATCH] python3.11.patch removed The patch is applied upstream. --- debian/patches/python3.11.patch | 14 -------------- debian/patches/series | 1 - 2 files changed, 15 deletions(-) delete mode 100644 debian/patches/python3.11.patch 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 -- 2.30.2