[Checkins] SVN: zope.pluggableauth/trunk/ fix dependency declaration

Fred Drake fdrake at gmail.com
Fri Jul 9 17:10:51 EDT 2010


Log message for revision 114456:
  fix dependency declaration

Changed:
  U   zope.pluggableauth/trunk/CHANGES.txt
  U   zope.pluggableauth/trunk/setup.py

-=-
Modified: zope.pluggableauth/trunk/CHANGES.txt
===================================================================
--- zope.pluggableauth/trunk/CHANGES.txt	2010-07-09 21:10:01 UTC (rev 114455)
+++ zope.pluggableauth/trunk/CHANGES.txt	2010-07-09 21:10:50 UTC (rev 114456)
@@ -2,10 +2,10 @@
 Changes
 =======
 
-1.0.3 (unreleased)
+1.0.3 (2010-07-09)
 ------------------
 
-* ...
+* Fixed dependency declaration.
 
 
 1.0.2 (2010-07-90)

Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-07-09 21:10:01 UTC (rev 114455)
+++ zope.pluggableauth/trunk/setup.py	2010-07-09 21:10:50 UTC (rev 114456)
@@ -47,7 +47,6 @@
       extras_require=dict(test=['zope.component[test]']),
       install_requires=[
           'ZODB3',
-          'persistent',
           'setuptools',
           'zope.authentication',
           'zope.component',



More information about the checkins mailing list