[Checkins] SVN: zope.container/trunk/setup.py For some reason the test dependency on zope.copypastemove is needed

Martijn Faassen faassen at infrae.com
Fri Jan 30 11:19:41 EST 2009


Log message for revision 95581:
  For some reason the test dependency on zope.copypastemove is needed
  now, while it didn't seem before. testing against all trunks must've
  somehow shuffled dependencies around.
  

Changed:
  U   zope.container/trunk/setup.py

-=-
Modified: zope.container/trunk/setup.py
===================================================================
--- zope.container/trunk/setup.py	2009-01-30 16:11:17 UTC (rev 95580)
+++ zope.container/trunk/setup.py	2009-01-30 16:19:41 UTC (rev 95581)
@@ -58,7 +58,8 @@
                                            "_zope_container_contained.c")
                               ], include_dirs=['include']),
                    ],
-
+      extras_require=dict(
+          test=['zope.copypastemove']),
       install_requires=['setuptools',
                         'zope.interface',
                         'zope.cachedescriptors',



More information about the Checkins mailing list