[Checkins] SVN: zope.browserpage/trunk/ We need to depend on the untrustedpython extra of zope.security, since we import from zope.pagetemplate.engine.

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 22 13:54:07 EST 2009


Log message for revision 106898:
  We need to depend on the untrustedpython extra of zope.security, since we import from zope.pagetemplate.engine.
  

Changed:
  U   zope.browserpage/trunk/CHANGES.txt
  U   zope.browserpage/trunk/setup.py

-=-
Modified: zope.browserpage/trunk/CHANGES.txt
===================================================================
--- zope.browserpage/trunk/CHANGES.txt	2009-12-22 18:43:55 UTC (rev 106897)
+++ zope.browserpage/trunk/CHANGES.txt	2009-12-22 18:54:07 UTC (rev 106898)
@@ -5,6 +5,8 @@
 3.10.1 (unreleased)
 ===================
 
+- We need to depend on the untrustedpython extra of zope.security, since we
+  import from zope.pagetemplate.engine.
 
 3.10.0 (2009-12-22)
 ===================

Modified: zope.browserpage/trunk/setup.py
===================================================================
--- zope.browserpage/trunk/setup.py	2009-12-22 18:43:55 UTC (rev 106897)
+++ zope.browserpage/trunk/setup.py	2009-12-22 18:54:07 UTC (rev 106898)
@@ -46,7 +46,7 @@
                         'zope.interface',
                         'zope.publisher>=3.8',
                         'zope.schema',
-                        'zope.security',
+                        'zope.security [untrustedpython]',
                         ],
       extras_require={
           'menu': ['zope.browsermenu'],



More information about the checkins mailing list