From 597295e366bf80121ed00b5caca3e920f7c72521 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Mon, 2 May 2016 12:58:09 -0700 Subject: [PATCH] mysqlclient is not needed; MySQLdb-python is for teuthology-coverage Signed-off-by: Dan Mick --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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', ], -- 2.47.3