Delete obsolete patch
authorAfif Elghraoui <afif@ghraoui.name>
Sat, 5 Mar 2016 22:21:44 +0000 (14:21 -0800)
committerAfif Elghraoui <afif@ghraoui.name>
Sat, 5 Mar 2016 22:21:44 +0000 (14:21 -0800)
debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian [deleted file]

diff --git a/debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian b/debian/patches/chenge-htslib-statement-in-setuppy-to-link-to-debian
deleted file mode 100644 (file)
index 491924b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: Tries to link against debian htslib
---- a/setup.py
-+++ b/setup.py
-@@ -30,7 +30,7 @@
- #         pysam.
- # external: use shared libhts.so compiled outside of
- #           pysam
--HTSLIB_MODE = "separate"
-+HTSLIB_MODE = "shared"
- HTSLIB_LIBRARY_DIR = os.environ.get('HTSLIB_LIBRARY_DIR', None)
- HTSLIB_INCLUDE_DIR = os.environ.get('HTSLIB_INCLUDE_DIR', None)