Show More
@@ -63,7 +63,10 b' import re' | |||||
63 | import shutil |
|
63 | import shutil | |
64 | import tempfile |
|
64 | import tempfile | |
65 | from distutils import log |
|
65 | from distutils import log | |
66 | if 'FORCE_SETUPTOOLS' in os.environ: |
|
66 | # We have issues with setuptools on some platforms and builders. Until | |
|
67 | # those are resolved, setuptools is opt-in except for platforms where | |||
|
68 | # we don't have issues. | |||
|
69 | if os.name == 'nt' or 'FORCE_SETUPTOOLS' in os.environ: | |||
67 | from setuptools import setup |
|
70 | from setuptools import setup | |
68 | else: |
|
71 | else: | |
69 | from distutils.core import setup |
|
72 | from distutils.core import setup |
General Comments 0
You need to be logged in to leave comments.
Login now