Commit 5f0c93f5 authored by Julien Muchembled's avatar Julien Muchembled

storage: switch to a maintained fork of MySQL-python

parent e0bd2b5b
...@@ -50,7 +50,7 @@ Requirements ...@@ -50,7 +50,7 @@ Requirements
- For storage nodes using MySQL backend: - For storage nodes using MySQL backend:
- MySQLdb: https://github.com/farcepest/MySQLdb1 - MySQLdb: https://github.com/PyMySQL/mysqlclient-python
- For client nodes: ZODB 3.10.x - For client nodes: ZODB 3.10.x
......
...@@ -31,7 +31,7 @@ extras_require = { ...@@ -31,7 +31,7 @@ extras_require = {
'ctl': [], 'ctl': [],
'master': [], 'master': [],
'storage-sqlite': [], 'storage-sqlite': [],
'storage-mysqldb': ['MySQL-python'], 'storage-mysqldb': ['mysqlclient'],
'storage-importer': zodb_require, 'storage-importer': zodb_require,
} }
extras_require['tests'] = ['zope.testing', 'psutil>=2', extras_require['tests'] = ['zope.testing', 'psutil>=2',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment