]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Unpin setuptools
authorZack Cerza <zack@redhat.com>
Wed, 27 Jan 2016 17:11:43 +0000 (10:11 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Jan 2016 20:03:31 +0000 (13:03 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index 9044ef85db6c68d4354e7edd60a6c5018718a366..64a4770a6f2be6a78aa8bc0719cea2579e4b9545 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
         'Topic :: System :: Distributed Computing',
         'Topic :: System :: Filesystems',
     ],
-    install_requires=['setuptools < 18.6',
+    install_requires=['setuptools',
                       'gevent',
                       'MySQL-python == 1.2.3',
                       'PyYAML',