[Checkins] SVN: zope.app.authentication/trunk/ deps, not ready yet

Bernd Dorn bernd.dorn at lovelysystems.com
Sun Mar 25 05:12:03 EDT 2007


Log message for revision 73549:
  deps, not ready yet

Changed:
  _U  zope.app.authentication/trunk/
  U   zope.app.authentication/trunk/buildout.cfg
  U   zope.app.authentication/trunk/setup.py
  _U  zope.app.authentication/trunk/src/zope/app/

-=-

Property changes on: zope.app.authentication/trunk
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.app.authentication/trunk/buildout.cfg
===================================================================
--- zope.app.authentication/trunk/buildout.cfg	2007-03-25 09:05:22 UTC (rev 73548)
+++ zope.app.authentication/trunk/buildout.cfg	2007-03-25 09:12:02 UTC (rev 73549)
@@ -21,6 +21,7 @@
         ../zope.app.applicationcontrol
         ../zope.app.http
         ../zope.app.dependable
+        ../zope.app.error
         
 parts = test
 

Modified: zope.app.authentication/trunk/setup.py
===================================================================
--- zope.app.authentication/trunk/setup.py	2007-03-25 09:05:22 UTC (rev 73548)
+++ zope.app.authentication/trunk/setup.py	2007-03-25 09:12:02 UTC (rev 73549)
@@ -31,6 +31,16 @@
       extras_require=dict(test=['zope.app.testing']),
       namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
+                        'zope.schema',
+                        'zope.interface',
+                        'zope.event',
+                        'zope.security',
+                        'zope.dublincore',
+                        'zope.traversing',
+                        'zope.app.container',
+                        #'zope.app.security', # no proj
+                        'zope.app.component',
+                        'ZODB3',
                         ],
       include_package_data = True,
 


Property changes on: zope.app.authentication/trunk/src/zope/app
___________________________________________________________________
Name: svn:externals
   + authentication svn://svn.zope.org/repos/main/Zope3/trunk/src/zope/app/authentication




More information about the Checkins mailing list