[Checkins] SVN: grokcore.startup/trunk/setup.py Added zope.testing to test dependencies and moved zope.interface there from the regular dependencies

Reinout van Rees reinout at vanrees.org
Tue Dec 8 11:39:53 EST 2009


Log message for revision 106303:
  Added zope.testing to test dependencies and moved zope.interface there from the regular dependencies

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

-=-
Modified: grokcore.startup/trunk/setup.py
===================================================================
--- grokcore.startup/trunk/setup.py	2009-12-08 16:32:13 UTC (rev 106302)
+++ grokcore.startup/trunk/setup.py	2009-12-08 16:39:52 UTC (rev 106303)
@@ -15,6 +15,8 @@
 tests_require = [
     'zope.app.testing',
     'zope.component',
+    'zope.interface',
+    'zope.testing',
     ]
 
 setup(
@@ -41,7 +43,6 @@
     zip_safe=False,
     install_requires=['setuptools',
                       'zdaemon',
-                      'zope.interface',
                       'zope.component',
                       'zope.security',
                       'zope.publisher',



More information about the checkins mailing list