2
0
Эх сурвалжийг харах

Depend on setuptools>=17.1, as mock needs it.

Jelmer Vernooij 9 жил өмнө
parent
commit
4abaaf19ae
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -47,7 +47,7 @@ if sys.platform == 'darwin' and os.path.exists('/usr/bin/xcodebuild'):
             os.environ['ARCHFLAGS'] = ''
 
 if sys.version_info[0] == 2:
-    tests_require = ['fastimport', 'mock']
+    tests_require = ['fastimport', 'mock', 'setuptools>=17.1']
     if not '__pypy__' in sys.modules and not sys.platform == 'win32':
         tests_require.extend(['gevent', 'geventhttpclient'])
     if sys.version_info < (2, 7):