Преглед на файлове

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")