]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Require mysqlclient
authorZack Cerza <zack@redhat.com>
Wed, 27 Jan 2016 01:10:06 +0000 (18:10 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 27 Jan 2016 19:59:25 +0000 (12:59 -0700)
Even if it's just for teuthology-coverage which isn't used (and might be
broken), it's <80KB

Signed-off-by: Zack Cerza <zack@redhat.com>
setup.py

index afdad56e466fc799b5849648a681bafbf85f09f8..9044ef85db6c68d4354e7edd60a6c5018718a366 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -76,6 +76,8 @@ setup(
                       'python-openstackclient',
                       'prettytable',
                       'libvirt-python',
+                      # For teuthology-coverage
+                      'mysqlclient',
                       ],