From e369705dd68f5b0fcd14a77c2464435902b5d4bd Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 3 Nov 2008 16:26:35 +0000 Subject: [PATCH] - Bug: Fixed the Zope dependency, which was listed as 2.8+. It's 2.9+. git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1665 835909ba-7c00-0410-bfa4-884f43845301 --- Products/LDAPMultiPlugins/CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",