[Checkins] SVN: zope.app.interface/trunk/ deps

Bernd Dorn bernd.dorn at lovelysystems.com
Sat Mar 24 15:06:46 EDT 2007


Log message for revision 73518:
  deps

Changed:
  U   zope.app.interface/trunk/buildout.cfg
  U   zope.app.interface/trunk/setup.py

-=-
Modified: zope.app.interface/trunk/buildout.cfg
===================================================================
--- zope.app.interface/trunk/buildout.cfg	2007-03-24 19:04:32 UTC (rev 73517)
+++ zope.app.interface/trunk/buildout.cfg	2007-03-24 19:06:46 UTC (rev 73518)
@@ -1,5 +1,5 @@
 [buildout]
-develop = . ../zope.location/ ../zope.app.component/
+develop = . ../zope.location/ ../zope.app.component/ ../zope.security/
 parts = test
 
 find-links = http://download.zope.org/distribution/

Modified: zope.app.interface/trunk/setup.py
===================================================================
--- zope.app.interface/trunk/setup.py	2007-03-24 19:04:32 UTC (rev 73517)
+++ zope.app.interface/trunk/setup.py	2007-03-24 19:06:46 UTC (rev 73518)
@@ -34,6 +34,9 @@
 
       namespace_packages=['zope',],
       install_requires=['setuptools',
+                        'ZODB3',
+                        'zodbcode',
+                        'zope.security',
                        ],
       include_package_data = True,
 



More information about the Checkins mailing list