[Checkins] SVN: grokcore.component/trunk/setup.py It certainly won't work with older versions anymore.

Martijn Faassen faassen at startifact.com
Tue Sep 15 12:32:11 EDT 2009


Log message for revision 104105:
  It certainly won't work with older versions anymore.
  

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

-=-
Modified: grokcore.component/trunk/setup.py
===================================================================
--- grokcore.component/trunk/setup.py	2009-09-15 16:30:24 UTC (rev 104104)
+++ grokcore.component/trunk/setup.py	2009-09-15 16:32:11 UTC (rev 104105)
@@ -32,7 +32,7 @@
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools',
-                      'martian >= 0.10',
+                      'martian >= 0.12',
                       'zope.component',
                       'zope.configuration',
                       'zope.interface',



More information about the checkins mailing list