| Index: dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
|
| diff --git a/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9bc5591f9ab6ea1986143c991007b2622eb14423
|
| --- /dev/null
|
| +++ b/dev-python/numpy/files/numpy-1.4.0-python-2.7.patch
|
| @@ -0,0 +1,13 @@
|
| +--- numpy/distutils/ccompiler.py
|
| ++++ numpy/distutils/ccompiler.py
|
| +@@ -2,9 +2,11 @@
|
| + import os
|
| + import sys
|
| + import new
|
| ++from copy import copy
|
| +
|
| + from distutils.ccompiler import *
|
| + from distutils import ccompiler
|
| ++from distutils.errors import DistutilsExecError, DistutilsModuleError, DistutilsPlatformError
|
| + from distutils.sysconfig import customize_compiler
|
| + from distutils.version import LooseVersion
|
|
|