[Checkins] SVN: zope.pagetemplate/trunk/ added dependency on zope.security [untrustedpython]

Fabio Tranchitella kobold at kobold.it
Tue Jul 7 14:52:54 EDT 2009


Log message for revision 101719:
  added dependency on zope.security [untrustedpython]

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

-=-
Modified: zope.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.pagetemplate/trunk/CHANGES.txt	2009-07-07 18:17:40 UTC (rev 101718)
+++ zope.pagetemplate/trunk/CHANGES.txt	2009-07-07 18:52:54 UTC (rev 101719)
@@ -5,7 +5,8 @@
 3.5.1 (unreleased)
 ------------------
 
-- TBD
+- Added dependency on "zope.security [untrustedpython]" because the 'engine'
+  module uses it.
 
 3.5.0 (2009-05-25)
 ------------------

Modified: zope.pagetemplate/trunk/setup.py
===================================================================
--- zope.pagetemplate/trunk/setup.py	2009-07-07 18:17:40 UTC (rev 101718)
+++ zope.pagetemplate/trunk/setup.py	2009-07-07 18:52:54 UTC (rev 101719)
@@ -64,6 +64,7 @@
                 ]),
       install_requires=['setuptools',
                         'zope.interface',
+                        'zope.security [untrustedpython]',
                         'zope.tales',
                         'zope.tal',
                        ],



More information about the Checkins mailing list