[Zope-Checkins] SVN: Zope/trunk/ Clean up the alltests list and note the real zope.browser dependency

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 15 15:25:53 EST 2009


Log message for revision 106574:
  Clean up the alltests list and note the real zope.browser dependency
  

Changed:
  U   Zope/trunk/buildout.cfg
  U   Zope/trunk/setup.py

-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg	2009-12-15 20:14:27 UTC (rev 106573)
+++ Zope/trunk/buildout.cfg	2009-12-15 20:25:53 UTC (rev 106574)
@@ -46,60 +46,42 @@
     Persistence
     RestrictedPython
     tempstorage
-    zope.annotation
-    zope.authentication
-    zope.broken
     zope.browser
-    zope.cachedescriptors
+    zope.browsermenu
+    zope.browserpage
+    zope.browserresource
     zope.component
-    zope.componentvocabulary
     zope.configuration
     zope.container
     zope.contentprovider
     zope.contenttype
-    zope.copy
-    zope.datetime
     zope.deferredimport
-    zope.deprecation
-    zope.dottedname
-    zope.dublincore
-    zope.error
     zope.event
     zope.exceptions
-    zope.filerepresentation
     zope.formlib
-    zope.hookable
     zope.i18n
     zope.i18nmessageid
-    zope.index
     zope.interface
     zope.lifecycleevent
     zope.location
-    zope.minmax
-    zope.modulealias
     zope.pagetemplate
-    zope.password
     zope.processlifetime
     zope.proxy
+    zope.ptresource
     zope.publisher
     zope.schema
     zope.security
     zope.sendmail
     zope.sequencesort
-    zope.session
     zope.site
     zope.size
     zope.structuredtext
     zope.tal
     zope.tales
     zope.testbrowser
-    zope.thread
     zope.traversing
     zope.viewlet
     zope.app.form
-    zope.app.pagetemplate
-    zope.app.publisher
-    zope.app.schema
 # Fetch undeclared ftests dependencies
     zope.app.applicationcontrol
     zope.app.exception

Modified: Zope/trunk/setup.py
===================================================================
--- Zope/trunk/setup.py	2009-12-15 20:14:27 UTC (rev 106573)
+++ Zope/trunk/setup.py	2009-12-15 20:25:53 UTC (rev 106574)
@@ -99,6 +99,7 @@
       'tempstorage',
       'transaction',
       'zdaemon',
+      'zope.browser',
       'zope.browsermenu',
       'zope.browserpage',
       'zope.browserresource',



More information about the Zope-Checkins mailing list