[Checkins] SVN: zope.security/trunk/setup. conditional imports, specific deps

Bernd Dorn bernd.dorn at lovelysystems.com
Sat Mar 24 11:01:37 EDT 2007


Log message for revision 73502:
  conditional imports, specific deps

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

-=-
Added: zope.security/trunk/setup.cfg
===================================================================
--- zope.security/trunk/setup.cfg	2007-03-24 14:46:00 UTC (rev 73501)
+++ zope.security/trunk/setup.cfg	2007-03-24 15:01:36 UTC (rev 73502)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file


Property changes on: zope.security/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.security/trunk/setup.py
===================================================================
--- zope.security/trunk/setup.py	2007-03-24 14:46:00 UTC (rev 73501)
+++ zope.security/trunk/setup.py	2007-03-24 15:01:36 UTC (rev 73502)
@@ -44,7 +44,6 @@
                    ],
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
       install_requires=['setuptools',
                         'pytz',
                         'zope.exceptions',
@@ -53,6 +52,9 @@
                         'zope.schema',
                         'zope.thread',
                         'zope.location',
+                        'zope.i18nmessageid',
+                        'zope.component',
+                        'zope.configuration'
                        ],
       extras_require = {'untrustedpython': ["RestrictedPython"]},
       include_package_data = True,



More information about the Checkins mailing list