Description: Don't set RPATH for compiled Python extensions
Author: Afif Elghraoui <afif@debian.org>
Forwarded: not-needed
Last-Update: 2016-10-20
--- fast5.orig/python/setup.py
+++ fast5/python/setup.py
@@ -69,10 +69,6 @@
             hdf5_lib_dir,
             boost_lib_dir,
         ],
-        runtime_library_dirs=[
-            hdf5_lib_dir,
-            boost_lib_dir,
-        ],
         libraries=[
             hdf5_lib,
             boost_python_lib,
