[Checkins] SVN: Zope2.buildout/trunk/setup.py Moved appsetup out of the normal requirements. It's actually only needed if you use twisted, which is only an optional fallback implementation.

Hanno Schlichting plone at hannosch.info
Wed Feb 4 17:29:18 EST 2009


Log message for revision 96096:
  Moved appsetup out of the normal requirements. It's actually only needed if you use twisted, which is only an optional fallback implementation.
  

Changed:
  U   Zope2.buildout/trunk/setup.py

-=-
Modified: Zope2.buildout/trunk/setup.py
===================================================================
--- Zope2.buildout/trunk/setup.py	2009-02-04 22:22:23 UTC (rev 96095)
+++ Zope2.buildout/trunk/setup.py	2009-02-04 22:29:18 UTC (rev 96096)
@@ -178,7 +178,6 @@
         'zope.testing',
         'zope.traversing',
         'zope.viewlet',
-        'zope.app.appsetup',
         'zope.app.component',
         'zope.app.container',
         'zope.app.form',
@@ -216,6 +215,7 @@
           'zope.app.annotation',
           'zope.app.apidoc',
           'zope.app.applicationcontrol',
+          'zope.app.appsetup',
           'zope.app.authentication',
           'zope.app.basicskin',
           'zope.app.broken',



More information about the Checkins mailing list