Commit f3b2350a authored by Jim Fulton's avatar Jim Fulton Committed by GitHub

Merge pull request #142 from zopefoundation/issue-119

Don't require persistent at setup time. We don't build native code th…
parents 42532c51 d7dae8b1
......@@ -8,6 +8,8 @@
- ``Connection.new_oid`` delegates to its storage, not the DB. This is
helpful for improving concurrency in MVCC storages like RelStorage.
See `issue 139 <https://github.com/zopefoundation/ZODB/issues/139`_.
- ``persistent`` is no longer required at setup time.
See `issue 119 <https://github.com/zopefoundation/ZODB/issues/119>`_.
5.1.1 (2016-11-18)
==================
......
......@@ -118,7 +118,6 @@ tests_require = ['zope.testing', 'manuel']
setup(name="ZODB",
version=version,
setup_requires=['persistent'],
author="Jim Fulton",
author_email="jim@zope.com",
maintainer="Zope Foundation and Contributors",
......
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