瀏覽代碼

install_requires: py24 is not supported anymore, so don't bother with uuid

Ask Solem 13 年之前
父節點
當前提交
bd7e810b5f
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      setup.py

+ 0 - 2
setup.py

@@ -59,8 +59,6 @@ if sys.version_info < (2, 7):
     install_requires.append("ordereddict") # Replacement for the ordered dict
 if sys.version_info < (2, 6) and not (is_jython or is_pypy):
     install_requires.append("multiprocessing")
-if sys.version_info < (2, 5):
-    install_requires.append("uuid")
 
 if is_jython:
     install_requires.append("threadpool")