[Checkins] SVN: zope.app.schema/trunk/ add deps, buildout, ext

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 03:26:25 EDT 2007


Log message for revision 73668:
  add deps, buildout, ext

Changed:
  _U  zope.app.schema/trunk/
  U   zope.app.schema/trunk/setup.py
  _U  zope.app.schema/trunk/src/zope/app/

-=-

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


Modified: zope.app.schema/trunk/setup.py
===================================================================
--- zope.app.schema/trunk/setup.py	2007-03-27 07:25:21 UTC (rev 73667)
+++ zope.app.schema/trunk/setup.py	2007-03-27 07:26:25 UTC (rev 73668)
@@ -32,6 +32,10 @@
       namespace_packages=['zope', 'zope.app'],
       extras_require = dict(test=['zope.app.testing']),
       install_requires=['setuptools',
+                        'zope.component',
+                        'zope.configuration',
+                        'zope.interface',
+                        'zope.schema',
                         ],
       include_package_data = True,
       zip_safe = False,


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




More information about the Checkins mailing list