]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
mysqlclient is not needed; MySQLdb-python is for teuthology-coverage 855/head
authorDan Mick <dan.mick@redhat.com>
Mon, 2 May 2016 19:58:09 +0000 (12:58 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 6 May 2016 17:16:43 +0000 (10:16 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
setup.py

index 96619da82de35d469a8fb51e10d775d7a08c12aa..3677be543623ec68265980107562cecbe2e28d79 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
     ],
     install_requires=['setuptools',
                       'gevent',
+                      # For teuthology-coverage
                       'MySQL-python == 1.2.3',
                       'PyYAML',
                       'argparse >= 1.2.1',
@@ -83,8 +84,6 @@ setup(
                       'python-neutronclient',
                       'prettytable',
                       'libvirt-python',
-                      # For teuthology-coverage
-                      'mysqlclient',
                       ],