[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py fixed dependency to zc.buildout

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:24:23 EDT 2009


Log message for revision 98533:
  fixed dependency to zc.buildout

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:24:16 UTC (rev 98532)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:24:23 UTC (rev 98533)
@@ -63,7 +63,7 @@
     package_dir = {'':'src'},
     namespace_packages = ['zc', 'zc.recipe'],
     install_requires = [
-        'zc.buildout >=1.0.0b3',
+        'zc.buildout >=1.0.6',
         'setuptools'],
     tests_require = ['zope.testing'],
     test_suite = name+'.tests.test_suite',



More information about the Checkins mailing list