]> git.parisson.com Git - deefuzzer.git/commitdiff
Use mysqlclient rather than old mysql-python
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 1 Jun 2019 04:21:39 +0000 (06:21 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 1 Jun 2019 04:21:39 +0000 (06:21 +0200)
setup.py

index d547e99fc76a60d9e53719f35aeba8fc43f6b10a..5a43f18b308be9f7139126353ad957dea8d77f69 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
         'pyliblo',
         'pycurl',
         'pyyaml',
-        'mysql'
+        'mysqlclient',
     ],
     platforms=['OS Independent'],
     license='CeCILL v2',