From f1bc998ea707d79f87a7b34f33c1146128a6ea98 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 26 Jan 2016 18:10:06 -0700 Subject: [PATCH] Require mysqlclient Even if it's just for teuthology-coverage which isn't used (and might be broken), it's <80KB Signed-off-by: Zack Cerza --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index afdad56e46..9044ef85db 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,8 @@ setup( 'python-openstackclient', 'prettytable', 'libvirt-python', + # For teuthology-coverage + 'mysqlclient', ], -- 2.39.5