[Checkins] SVN: grokcore.site/trunk/setup.py Moved zope.component to the list of test requirements. And added a few missing items there.

Reinout van Rees reinout at vanrees.org
Tue Dec 8 11:32:14 EST 2009


Log message for revision 106302:
  Moved zope.component to the list of test requirements. And added a few missing items there.

Changed:
  U   grokcore.site/trunk/setup.py

-=-
Modified: grokcore.site/trunk/setup.py
===================================================================
--- grokcore.site/trunk/setup.py	2009-12-08 16:31:14 UTC (rev 106301)
+++ grokcore.site/trunk/setup.py	2009-12-08 16:32:13 UTC (rev 106302)
@@ -33,15 +33,18 @@
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools',
+                      'ZODB3',
+                      'grokcore.component',
                       'martian',
-                      'ZODB3',
                       'zope.annotation',
-                      'zope.component',
-                      'zope.interface',
                       'zope.app.component',
                       'zope.app.container',
-                      'grokcore.component',
-                      # for ftests:
+                      'zope.interface',
+                      # for tests only, can be moved to [test] extras
+                      'zope.app.testing',
                       'zope.app.zcmlfiles',
+                      'zope.component',
+                      'zope.configuration',
+                      'zope.testing',
                       ],
 )



More information about the checkins mailing list