]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
python-cov: update python mysql dependency 1259/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 11 Feb 2019 15:20:14 +0000 (16:20 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 11 Feb 2019 15:20:14 +0000 (16:20 +0100)
Signed-off-by: Kyr <kyrylo.shatskyy@suse.com>
requirements.txt
setup.py

index 616f8a2885fc0086f1724c42c42d287fe327b361..2c08be73a0a4d13bc5c4f10157c92e54f0af544e 100644 (file)
@@ -47,7 +47,7 @@ markupsafe==1.0           # via jinja2
 monotonic==1.3            # via oslo.utils
 more-itertools==4.3.0     # via pytest
 msgpack-python==0.4.8     # via oslo.serialization
-mysql-python==1.2.3
+mysqlclient==1.4.2
 ndg-httpsclient==0.4.2
 netaddr==0.7.19           # via oslo.config, oslo.utils, python-neutronclient
 netifaces==0.10.5         # via oslo.utils
index c6736844dc437370ee57b9d72887eeece10507fc..4337907cc9e5372ef9798d606f94717ed38233b2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
                       'tox',
                       'gevent',
                       # For teuthology-coverage
-                      'MySQL-python == 1.2.3',
+                      'mysqlclient == 1.4.2',
                       'PyYAML',
                       'argparse >= 1.2.1',
                       'beanstalkc >= 0.2.0',