[Checkins] SVN: zope.app.zcmlfiles/trunk/ Sorted the dependency list and made all ZCML dependencies explicit.

Shane Hathaway shane at hathawaymix.org
Sat May 23 17:30:01 EDT 2009


Log message for revision 100298:
  Sorted the dependency list and made all ZCML dependencies explicit.
  

Changed:
  U   zope.app.zcmlfiles/trunk/CHANGES.txt
  U   zope.app.zcmlfiles/trunk/setup.py

-=-
Modified: zope.app.zcmlfiles/trunk/CHANGES.txt
===================================================================
--- zope.app.zcmlfiles/trunk/CHANGES.txt	2009-05-23 21:20:11 UTC (rev 100297)
+++ zope.app.zcmlfiles/trunk/CHANGES.txt	2009-05-23 21:30:01 UTC (rev 100298)
@@ -4,11 +4,10 @@
 3.5.5 (unreleased)
 ------------------
 
-- Added missing ``zope.app.http`` dependency.
+- Added missing dependencies, including ``zope.app.http`` and
+  ``zope.app.applicationcontrol``.
 
-- Added missing ``zope.app.applicationcontrol`` dependency.
 
-
 3.5.4 (2009-05-18)
 ------------------
 

Modified: zope.app.zcmlfiles/trunk/setup.py
===================================================================
--- zope.app.zcmlfiles/trunk/setup.py	2009-05-23 21:20:11 UTC (rev 100297)
+++ zope.app.zcmlfiles/trunk/setup.py	2009-05-23 21:30:01 UTC (rev 100298)
@@ -60,35 +60,42 @@
         test=['zope.app.testing',
               ]),
     install_requires=['setuptools',
+                      'zope.annotation',
                       'zope.component',
-                      'zope.annotation',
-                      'zope.app.dependable',
-                      'zope.app.content',
+                      'zope.copypastemove',
+                      'zope.dublincore',
+                      'zope.formlib',
+                      'zope.i18n',
+                      'zope.location',
                       'zope.publisher',
+                      'zope.size',
+                      'zope.traversing',
                       'zope.app.applicationcontrol',
+                      'zope.app.appsetup',
+                      'zope.app.basicskin',
                       'zope.app.broken',
                       'zope.app.component',
+                      'zope.app.container',
+                      'zope.app.content',
+                      'zope.app.dependable',
+                      'zope.app.error',
+                      'zope.app.exception',
+                      'zope.app.folder',
+                      'zope.app.form',
                       'zope.app.generations',
-                      'zope.app.error',
                       'zope.app.http',
+                      'zope.app.i18n',
                       'zope.app.interface',
-                      'zope.app.publisher',
-                      'zope.app.security',
-                      'zope.app.form',
-                      'zope.app.i18n',
                       'zope.app.locales',
-                      'zope.app.zopeappgenerations',
+                      'zope.app.pagetemplate',
                       'zope.app.principalannotation',
-                      'zope.app.basicskin',
+                      'zope.app.publication',
+                      'zope.app.publisher',
                       'zope.app.rotterdam',
-                      'zope.app.folder',
+                      'zope.app.schema',
+                      'zope.app.security',
                       'zope.app.wsgi',
-                      'zope.formlib',
-                      'zope.i18n',
-                      'zope.app.pagetemplate',
-                      'zope.app.schema',
-                      'zope.app.container',
-                      'zope.app.exception',
+                      'zope.app.zopeappgenerations',
                       ],
     zip_safe=False,
     )



More information about the Checkins mailing list