[Checkins] SVN: zope.security/trunk/setup.py Also require the the right zope.proxy version on the trunk

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 17:32:49 EDT 2008


Log message for revision 88840:
  Also require the the right zope.proxy version on the trunk
  

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

-=-
Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2008-07-27 21:31:14 UTC (rev 88839)
+++ zope.security/trunk/setup.py	2008-07-27 21:32:48 UTC (rev 88840)
@@ -72,7 +72,7 @@
                         'zope.i18nmessageid',
                         'zope.interface',
                         'zope.location',
-                        'zope.proxy',
+                        'zope.proxy >= 3.4.2',
                         'zope.schema',
                         ],
       extras_require = dict(



More information about the Checkins mailing list