Commit d7dae8b1 authored by Jason Madden's avatar Jason Madden

Don't require persistent at setup time. We don't build native code that needs...

Don't require persistent at setup time. We don't build native code that needs those headers anymore. Fixes #119.
parent 42532c51
......@@ -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