[Checkins] SVN: zc.relationship/branches/1.1/setup.py depend on zope.app.folder to get tests to run with most recent packages

Gary Poster gary at modernsongs.com
Tue Mar 17 10:56:31 EDT 2009


Log message for revision 98192:
  depend on zope.app.folder to get tests to run with most recent packages

Changed:
  U   zc.relationship/branches/1.1/setup.py

-=-
Modified: zc.relationship/branches/1.1/setup.py
===================================================================
--- zc.relationship/branches/1.1/setup.py	2009-03-17 14:53:28 UTC (rev 98191)
+++ zc.relationship/branches/1.1/setup.py	2009-03-17 14:56:30 UTC (rev 98192)
@@ -22,6 +22,7 @@
     install_requires=[
         'ZODB3',
         'zope.app.container', # would be nice to remove this
+        'zope.app.folder', # would be nice to remove this
         'zope.app.intid',
         'zope.interface',
         'zope.component',



More information about the Checkins mailing list