- 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
This commit is contained in:
jens 2008-11-03 16:26:35 +00:00
parent 035a2ab89c
commit e369705dd6
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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",