[Checkins] SVN: zope.security/trunk/setup.py - this depends on zope.location

Christian Theune ct at gocept.com
Wed Feb 28 10:07:30 EST 2007


Log message for revision 72902:
   - this depends on zope.location
  

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

-=-
Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-02-28 13:58:55 UTC (rev 72901)
+++ zope.security/trunk/setup.py	2007-02-28 15:07:29 UTC (rev 72902)
@@ -51,6 +51,7 @@
                         'zope.proxy',
                         'zope.schema',
                         'zope.thread',
+                        'zope.location'
                        ],
       extras_require = {'untrustedpython': ["RestrictedPython"]},
       include_package_data = True,



More information about the Checkins mailing list