python3.11.patch removed
authorÉtienne Mollier <emollier@debian.org>
Sun, 11 Jun 2023 12:49:32 +0000 (14:49 +0200)
committerÉtienne Mollier <emollier@debian.org>
Sun, 11 Jun 2023 12:49:32 +0000 (14:49 +0200)
The patch is applied upstream.

debian/patches/python3.11.patch [deleted file]
debian/patches/series

diff --git a/debian/patches/python3.11.patch b/debian/patches/python3.11.patch
deleted file mode 100644 (file)
index 507b31c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Add patch to return proper sysconf so for current python
-Author: Nilesh Patra <nilesh@debian.org>
-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]
index d5d6853addcf5051faa6b743f22c19021449bb94..43ee38595c16e3f1c81ef0d1514da8ca9eb787f0 100644 (file)
@@ -1,4 +1,3 @@
 skip_test_remote.patch
 clean_less
 skip-test-on-32-bit.patch
-python3.11.patch