Description: Added the include dirs
---- a/setup.py
-+++ b/setup.py
-@@ -92,6 +92,7 @@
+--- python-pysam.orig/setup.py
++++ python-pysam/setup.py
+@@ -103,6 +103,7 @@
chtslib_sources = []
shared_htslib_sources = htslib_sources
htslib_library_dirs = HTSLIB_LIBRARY_DIR
Description: Trying to bind to debian htslib
---- a/setup.py
-+++ b/setup.py
+--- python-pysam.orig/setup.py
++++ python-pysam/setup.py
@@ -30,7 +30,7 @@
# pysam.
# external: use shared libhts.so compiled outside of
HTSLIB_LIBRARY_DIR = os.environ.get('HTSLIB_LIBRARY_DIR', None)
HTSLIB_INCLUDE_DIR = os.environ.get('HTSLIB_INCLUDE_DIR', None)
-@@ -87,6 +87,12 @@
+@@ -98,6 +98,12 @@
htslib_library_dirs = ['pysam']
htslib_include_dirs = ['htslib']
htslib_libraries = ['chtslib']