Commit 89ee3c81 authored by Tres Seaver's avatar Tres Seaver

Force 'persistent' before 'BTrees'.

Try to work around zc.buildout's ignorance of setup_requires.
parent c2ce3c76
......@@ -125,9 +125,9 @@ setup(name="ZODB",
tests_require = tests_require,
extras_require = dict(test=tests_require),
install_requires = [
'persistent',
'BTrees',
'ZConfig',
'persistent',
'transaction >= 1.4.1' if PY3 else 'transaction',
'six',
'zc.lockfile',
......
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