diff options
Diffstat (limited to 'external/lxml/replace-setuptools-with-distutils.patch.0')
-rw-r--r-- | external/lxml/replace-setuptools-with-distutils.patch.0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/external/lxml/replace-setuptools-with-distutils.patch.0 b/external/lxml/replace-setuptools-with-distutils.patch.0 new file mode 100644 index 000000000000..92494befa0f7 --- /dev/null +++ b/external/lxml/replace-setuptools-with-distutils.patch.0 @@ -0,0 +1,11 @@ +--- setupinfo.py ++++ setupinfo.py +@@ -4,7 +4,7 @@ + import os.path + import subprocess + +-from setuptools.command.build_ext import build_ext as _build_ext ++from distutils.command.build_ext import build_ext as _build_ext + from distutils.core import Extension + from distutils.errors import CompileError, DistutilsOptionError + from versioninfo import get_base_dir |