[Checkins] SVN: grokcore.content/trunk/setup.py use newer grokcore.component

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Nov 1 13:53:53 EDT 2010


Log message for revision 118076:
  use newer grokcore.component

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

-=-
Modified: grokcore.content/trunk/setup.py
===================================================================
--- grokcore.content/trunk/setup.py	2010-11-01 17:53:21 UTC (rev 118075)
+++ grokcore.content/trunk/setup.py	2010-11-01 17:53:52 UTC (rev 118076)
@@ -10,7 +10,7 @@
 install_requires = [
     'setuptools',
     'ZODB3',
-    'grokcore.component >= 1.5, < 2.0',
+    'grokcore.component',
     'zope.annotation',
     'zope.container',
     'zope.interface',



More information about the checkins mailing list