[Checkins] SVN: zope.release/branches/3.4/buildout.cfg pinned some versions needed by buildout.cfg to versions compatible with Python 2.4

Michael Howitz mh at gocept.com
Wed Nov 9 08:33:39 UTC 2011


Log message for revision 123315:
  pinned some versions needed by buildout.cfg to versions compatible with Python 2.4

Changed:
  U   zope.release/branches/3.4/buildout.cfg

-=-
Modified: zope.release/branches/3.4/buildout.cfg
===================================================================
--- zope.release/branches/3.4/buildout.cfg	2011-11-09 08:23:43 UTC (rev 123314)
+++ zope.release/branches/3.4/buildout.cfg	2011-11-09 08:33:39 UTC (rev 123315)
@@ -4,6 +4,7 @@
         generate-buildout generate-versions generate-site
         list-latest list-changes
 versions = versions
+eggs-directory = eggs
 
 [test]
 recipe = zc.recipe.testrunner
@@ -66,6 +67,8 @@
 
 [versions]
 python-dateutil = 1.5
+zope.interface = 3.4.1
+zope.component = 3.8.0
 # python-dateutil >= 2 is for Python 3
 
 lxml = 2.2.6



More information about the checkins mailing list