[Checkins] SVN: grokcore.viewlet/trunk/setup.py make sure to depend in the [role] extra too

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 09:19:35 UTC 2012


Log message for revision 125456:
  make sure to depend in the [role] extra too

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

-=-
Modified: grokcore.viewlet/trunk/setup.py
===================================================================
--- grokcore.viewlet/trunk/setup.py	2012-05-01 09:18:48 UTC (rev 125455)
+++ grokcore.viewlet/trunk/setup.py	2012-05-01 09:19:31 UTC (rev 125456)
@@ -47,7 +47,7 @@
     zip_safe=False,
     install_requires=['setuptools',
                       'grokcore.component >= 2.1',
-                      'grokcore.security >= 1.5',
+                      'grokcore.security[role] >= 1.6dev',
                       'grokcore.view >= 2.2',
                       'martian >= 0.13',
                       'zope.viewlet',



More information about the checkins mailing list