From: Ernesto Puerta Date: Thu, 22 Aug 2019 15:33:56 +0000 (+0200) Subject: setup.py: move myqslclient to optional deps X-Git-Tag: 1.1.0~232^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1303%2Fhead;p=teuthology.git setup.py: move myqslclient to optional deps Signed-off-by: Ernesto Puerta --- diff --git a/setup.py b/setup.py index a4a706291..957ad2bb0 100644 --- a/setup.py +++ b/setup.py @@ -51,8 +51,6 @@ setup( install_requires=['pip-tools', 'tox', 'gevent', - # For teuthology-coverage - 'mysqlclient == 1.4.2', 'PyYAML', 'argparse >= 1.2.1', 'beanstalkc >= 0.2.0', @@ -94,6 +92,9 @@ setup( 'xmltodict', 'boto3', ], + extras_require = { + 'coverage': [ 'mysqlclient == 1.4.2'], + }, # to find the code associated with entry point