[Checkins] SVN: zope.app.exception/trunk/ more deps, not done

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 06:52:54 EDT 2007


Log message for revision 73713:
  more deps, not done

Changed:
  U   zope.app.exception/trunk/buildout.cfg
  U   zope.app.exception/trunk/setup.py

-=-
Modified: zope.app.exception/trunk/buildout.cfg
===================================================================
--- zope.app.exception/trunk/buildout.cfg	2007-03-27 10:52:03 UTC (rev 73712)
+++ zope.app.exception/trunk/buildout.cfg	2007-03-27 10:52:54 UTC (rev 73713)
@@ -1,33 +1,7 @@
 [buildout]
-
 develop = . 
-        ../zope.annotation
-        ../zope.app.broken
-        ../zope.app.component
-        ../zope.app.container
-        ../zope.app.interface
-        ../zope.app.module
-        ../zope.app.publication
-        ../zope.app.publisher
-        ../zope.app.testing
-        ../zope.app.zapi
-        ../zope.dublincore
-        ../zope.filerepresentation
-        ../zope.i18n
-        ../zope.location
-        ../zope.security
-        ../zope.traversing
-        ../zope.app.appsetup
-        ../zope.app.applicationcontrol
-        ../zope.app.http
-        ../zope.app.dependable
-        ../zope.app.error
-        ../zope.app.authentication
-        
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.exception [test]

Modified: zope.app.exception/trunk/setup.py
===================================================================
--- zope.app.exception/trunk/setup.py	2007-03-27 10:52:03 UTC (rev 73712)
+++ zope.app.exception/trunk/setup.py	2007-03-27 10:52:54 UTC (rev 73713)
@@ -28,12 +28,14 @@
       author_email='zope3-dev at zope.org',
 	  packages=find_packages('src'),
 	  package_dir = {'': 'src'},
-      extras_require=dict(test=['zope.app.testing']),
+      extras_require=dict(test=['zope.app.testing',]),
       namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
+                        'zope.app.pagetemplate',
+                        'zope.deferredimport',
+                        #'zope.formlib',
                         'zope.interface',
-                        'zope.component',
-                        'zope.schema',
+                        'zope.publisher',
                         ],
       include_package_data = True,
 



More information about the Checkins mailing list