[Checkins] SVN: z3c.zcmlhook/trunk/setup.py not needed

Michael Howitz mh at gocept.com
Fri Nov 12 02:34:52 EST 2010


Log message for revision 118359:
  not needed
  

Changed:
  U   z3c.zcmlhook/trunk/setup.py

-=-
Modified: z3c.zcmlhook/trunk/setup.py
===================================================================
--- z3c.zcmlhook/trunk/setup.py	2010-11-12 07:17:25 UTC (rev 118358)
+++ z3c.zcmlhook/trunk/setup.py	2010-11-12 07:34:52 UTC (rev 118359)
@@ -32,7 +32,10 @@
           "zope.schema",
           "zope.configuration",
           ],
-      extras_require        = {},
+      extras_require        = dict(
+          test=[
+              'zope.component[test]',
+              ]),
       tests_require         = "nose >=0.10.0b1",
       test_suite            = "nose.collector",
       )



More information about the checkins mailing list