diff -up netcdf4-python-1.4.1rel/setup.py.norpath netcdf4-python-1.4.1rel/setup.py --- netcdf4-python-1.4.1rel/setup.py.norpath 2018-10-06 20:00:20.476745679 -0600 +++ netcdf4-python-1.4.1rel/setup.py 2018-10-06 20:01:16.939410227 -0600 @@ -445,7 +445,7 @@ NETCDF4_DIR environment variable not set if sys.platform == 'win32': runtime_lib_dirs = [] else: - runtime_lib_dirs = lib_dirs + runtime_lib_dirs = [] # Do not require numpy for just querying the package # Taken from the h5py setup file.