Commit 98612054 authored by Jason Madden's avatar Jason Madden Committed by Julien Muchembled

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.

(cherry picked from commit d7dae8b1)
parent 6a7d20fc
......@@ -2,6 +2,12 @@
Change History
================
4.4.5 (unreleased)
==================
- ``persistent`` is no longer required at setup time.
See `issue 119 <https://github.com/zopefoundation/ZODB/issues/119>`_.
4.4.4 (2016-11-27)
==================
......
......@@ -119,7 +119,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