[Checkins] SVN: ldappas/trunk/ Clean up dependencies somewhat, but won't be really clean until we

Martijn Faassen faassen at startifact.com
Thu Dec 2 10:44:48 EST 2010


Log message for revision 118670:
  Clean up dependencies somewhat, but won't be really clean until we
  get rid of zope.app.testing.
  

Changed:
  U   ldappas/trunk/CHANGES.txt
  U   ldappas/trunk/setup.py

-=-
Modified: ldappas/trunk/CHANGES.txt
===================================================================
--- ldappas/trunk/CHANGES.txt	2010-12-02 15:42:48 UTC (rev 118669)
+++ ldappas/trunk/CHANGES.txt	2010-12-02 15:44:47 UTC (rev 118670)
@@ -5,18 +5,21 @@
 0.8 - (unreleased)
 ====================
 
- * Changes to use the ZTK import locations.
+* Changes to use the ZTK import locations.
 
+* Reduce dependencies. zope.app.testing dependency still exists, though,
+  and should be removed by adjusting the tests.
+
 0.7 - 04.07.2008
 ================
 
- * Updated install_requires to include all dependencies.
+* Updated install_requires to include all dependencies.
  
- * Removed deprecated localUtility ZCML.
+* Removed deprecated localUtility ZCML.
  
- * buildout.cfg compiles openldap and creates a python-ldap egg
+* buildout.cfg compiles openldap and creates a python-ldap egg
 
- * Compatible with Grok 0.12 and 0.13 releases.
+* Compatible with Grok 0.12 and 0.13 releases.
 
 0.6 - 20.11.2006
 ================

Modified: ldappas/trunk/setup.py
===================================================================
--- ldappas/trunk/setup.py	2010-12-02 15:42:48 UTC (rev 118669)
+++ ldappas/trunk/setup.py	2010-12-02 15:44:47 UTC (rev 118670)
@@ -21,14 +21,11 @@
         'ZODB3',
         'ldapadapter>0.6',
         'setuptools',
-        'zope.annotation',
-        'zope.app.authentication',
-        'zope.app.component',
-        'zope.app.container',
-        'zope.app.onlinehelp',
-        'zope.app.zapi',
+        'zope.pluggableauth',
+        'zope.container',
         'zope.i18nmessageid',
         'zope.interface',
         'zope.schema',
+        'zope.app.testing',
     ],
     )



More information about the checkins mailing list