Description: Added the include dirs
--- python-pysam.orig/setup.py
+++ python-pysam/setup.py
-@@ -103,6 +103,7 @@
+@@ -116,6 +116,7 @@
chtslib_sources = []
shared_htslib_sources = htslib_sources
htslib_library_dirs = HTSLIB_LIBRARY_DIR
Description: Trying to bind to debian htslib
--- python-pysam.orig/setup.py
+++ python-pysam/setup.py
-@@ -30,7 +30,7 @@
+@@ -43,7 +43,7 @@
# pysam.
# external: use shared libhts.so compiled outside of
# pysam
HTSLIB_LIBRARY_DIR = os.environ.get('HTSLIB_LIBRARY_DIR', None)
HTSLIB_INCLUDE_DIR = os.environ.get('HTSLIB_INCLUDE_DIR', None)
-@@ -98,6 +98,12 @@
+@@ -111,6 +111,12 @@
htslib_library_dirs = ['pysam']
htslib_include_dirs = ['htslib']
htslib_libraries = ['chtslib']
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- python-pysam.orig/setup.py
+++ python-pysam/setup.py
-@@ -476,8 +476,6 @@
+@@ -490,8 +490,6 @@
'url': "https://github.com/pysam-developers/pysam",
'packages': ['pysam',
'pysam.include',
'pysam.include.samtools',
# 'pysam.include.samtools.bcftools',
'pysam.include.samtools.win32'],
-@@ -493,7 +493,6 @@
- faidx],
+@@ -509,7 +507,6 @@
+ cutils],
'cmdclass': cmdclass,
'package_dir': {'pysam': 'pysam',
- 'pysam.include.htslib': 'htslib',