Commit 812fc057 authored by Jason R. Coombs's avatar Jason R. Coombs

Disable adopted distutils while troubleshooting #2228 and #2230.

parent e7e5817e
......@@ -3,7 +3,8 @@
import os
import functools
import setuptools.distutils_patch # noqa: F401
# Disabled for now due to: #2228, #2230
# import setuptools.distutils_patch # noqa: F401
import distutils.core
import distutils.filelist
......
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