Skip to content

Commit 812fc05

Browse files
committed
Disable adopted distutils while troubleshooting #2228 and #2230.
1 parent e7e5817 commit 812fc05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setuptools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import os
44
import functools
55

6-
import setuptools.distutils_patch # noqa: F401
6+
# Disabled for now due to: #2228, #2230
7+
# import setuptools.distutils_patch # noqa: F401
78

89
import distutils.core
910
import distutils.filelist

0 commit comments

Comments
 (0)