Commit 13fed5a5 authored by Martin Teichmann's avatar Martin Teichmann

Revert "pyximport: parse distutils config files (except local setup.cfg)"

This reverts commit 813ff05a.

This was an accidentally applied twice.
parent b2bd583d
......@@ -79,11 +79,6 @@ def pyx_to_dll(filename, ext = None, force_rebuild = 0,
build = dist.get_command_obj('build')
build.build_base = pyxbuild_dir
config_files = dist.find_config_files()
try: config_files.remove('setup.cfg')
except ValueError: pass
dist.parse_config_files(config_files)
cfgfiles = dist.find_config_files()
try: cfgfiles.remove('setup.cfg')
except ValueError: pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment