diff --git a/Products/LDAPMultiPlugins/CHANGES.txt b/Products/LDAPMultiPlugins/CHANGES.txt index 22fe701..f97cc96 100644 --- a/Products/LDAPMultiPlugins/CHANGES.txt +++ b/Products/LDAPMultiPlugins/CHANGES.txt @@ -6,7 +6,7 @@ To see earlier changes please see HISTORY.txt. 1.8 (unreleased) ---------------- -... +- Bug: Fixed the Zope dependency, which was listed as 2.8+. It's 2.9+. 1.7 (2008-07-19) diff --git a/setup.py b/setup.py index b0eeeab..4cae775 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup(name='Products.%s' % NAME, namespace_packages=['Products'], zip_safe=False, install_requires=[ - #"Zope >= 2.8", + #"Zope >= 2.9", "setuptools", "Products.LDAPUserFolder >= 2.9", "Products.PluggableAuthService >= 1.4.0",