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 @@ ...@@ -8,6 +8,8 @@
- ``Connection.new_oid`` delegates to its storage, not the DB. This is - ``Connection.new_oid`` delegates to its storage, not the DB. This is
helpful for improving concurrency in MVCC storages like RelStorage. helpful for improving concurrency in MVCC storages like RelStorage.
See `issue 139 <https://github.com/zopefoundation/ZODB/issues/139`_. 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) 5.1.1 (2016-11-18)
================== ==================
......
...@@ -118,7 +118,6 @@ tests_require = ['zope.testing', 'manuel'] ...@@ -118,7 +118,6 @@ tests_require = ['zope.testing', 'manuel']
setup(name="ZODB", setup(name="ZODB",
version=version, version=version,
setup_requires=['persistent'],
author="Jim Fulton", author="Jim Fulton",
author_email="jim@zope.com", author_email="jim@zope.com",
maintainer="Zope Foundation and Contributors", 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