[Checkins] SVN: zope.pluggableauth/trunk/setup.py require zope.component[test] for testing,

Fred Drake fdrake at gmail.com
Fri Jul 9 15:59:11 EDT 2010


Log message for revision 114413:
  require zope.component[test] for testing,
  now that the dependencies are fixed for zope.component (in 3.9.5)
  

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

-=-
Modified: zope.pluggableauth/trunk/setup.py
===================================================================
--- zope.pluggableauth/trunk/setup.py	2010-07-09 19:55:41 UTC (rev 114412)
+++ zope.pluggableauth/trunk/setup.py	2010-07-09 19:59:10 UTC (rev 114413)
@@ -44,7 +44,7 @@
       namespace_packages=['zope'],
       include_package_data = True,
       zip_safe = False,
-      extras_require=dict(test=[]),
+      extras_require=dict(test=['zope.component[test]']),
       install_requires=[
           'ZODB3',
           'setuptools',



More information about the checkins mailing list