diff options
Diffstat (limited to 'dev-python/h5py/files/h5py-1.3.0-python-2.7.patch')
-rw-r--r-- | dev-python/h5py/files/h5py-1.3.0-python-2.7.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/h5py/files/h5py-1.3.0-python-2.7.patch b/dev-python/h5py/files/h5py-1.3.0-python-2.7.patch deleted file mode 100644 index 93a5014c0bbb..000000000000 --- a/dev-python/h5py/files/h5py-1.3.0-python-2.7.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://code.google.com/p/h5py/issues/detail?id=123 - ---- detect.py -+++ detect.py -@@ -9,7 +9,7 @@ - """ - - from distutils import ccompiler -- from distutils.core import CompileError, LinkError -+ from distutils.errors import CompileError, LinkError - import subprocess - - cc = ccompiler.new_compiler() |