[Checkins] SVN: grokcore.json/trunk/setup.py make sure to require the newer version of grokcore.component

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 12:52:16 UTC 2012


Log message for revision 125486:
  make sure to require the newer version of grokcore.component

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

-=-
Modified: grokcore.json/trunk/setup.py
===================================================================
--- grokcore.json/trunk/setup.py	2012-05-01 12:46:03 UTC (rev 125485)
+++ grokcore.json/trunk/setup.py	2012-05-01 12:52:12 UTC (rev 125486)
@@ -42,7 +42,7 @@
     zip_safe=False,
     install_requires=[
         'setuptools',
-        'grokcore.component',
+        'grokcore.component >= 2.5dev',
         'grokcore.security',
         'grokcore.view',
         'martian',



More information about the checkins mailing list