]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
setup.py: move myqslclient to optional deps 1303/head
authorErnesto Puerta <epuertat@redhat.com>
Thu, 22 Aug 2019 15:33:56 +0000 (17:33 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 22 Aug 2019 15:33:56 +0000 (17:33 +0200)
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
setup.py

index a4a7062916e822976829c5bc2d8851864b7b1389..957ad2bb0ff12684112dc18cc3a99577d3c123a9 100644 (file)
--- 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