From: Dan Mick Date: Mon, 2 May 2016 19:58:09 +0000 (-0700) Subject: mysqlclient is not needed; MySQLdb-python is for teuthology-coverage X-Git-Tag: 1.1.0~616^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F855%2Fhead;p=teuthology.git mysqlclient is not needed; MySQLdb-python is for teuthology-coverage Signed-off-by: Dan Mick --- diff --git a/setup.py b/setup.py index 96619da82..3677be543 100644 --- 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', ],