[Checkins] SVN: zope.location/trunk/setup.py Require zope.schema>=3.6 for test output changes

Gediminas Paulauskas menesis at pov.lt
Mon Aug 22 13:07:46 EDT 2011


Log message for revision 122662:
  Require zope.schema>=3.6 for test output changes
  

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

-=-
Modified: zope.location/trunk/setup.py
===================================================================
--- zope.location/trunk/setup.py	2011-08-22 17:06:30 UTC (rev 122661)
+++ zope.location/trunk/setup.py	2011-08-22 17:07:46 UTC (rev 122662)
@@ -58,8 +58,8 @@
       namespace_packages=['zope',],
       install_requires=['setuptools',
                         'zope.interface',
-                        'zope.schema>=3.5.1dev',
-                        'zope.component>=3.8.0',
+                        'zope.schema>=3.6',
+                        'zope.component>=3.8',
                         'zope.proxy>3.3',
                         ],
       extras_require={



More information about the checkins mailing list