[Checkins] SVN: grokcore.annotation/trunk/setup.py Added notice about moving some dependencies to test extras

Reinout van Rees reinout at vanrees.org
Tue Dec 8 10:06:31 EST 2009


Log message for revision 106295:
  Added notice about moving some dependencies to test extras
  

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

-=-
Modified: grokcore.annotation/trunk/setup.py
===================================================================
--- grokcore.annotation/trunk/setup.py	2009-12-08 15:03:07 UTC (rev 106294)
+++ grokcore.annotation/trunk/setup.py	2009-12-08 15:06:30 UTC (rev 106295)
@@ -39,9 +39,10 @@
         'setuptools',
         'zope.annotation',
         'zope.component',
-        'zope.configuration',
         'zope.container',
         'zope.interface',
+        # The following two ought to be moved to [test].
+        'zope.configuration',
         'zope.testing',
         ],
     #extras_require={



More information about the checkins mailing list