Commit 5b877def authored by jim's avatar jim

Fixed dependency information.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@98246 62d5b8a3-27da-0310-9561-8e5933582275
parent 5c6ab577
Change History
**************
1.2.2 (2009-03-18)
==================
- Fixed a dependency information. zc.buildout >1.2.0 is required.
1.2.1 (2009-03-18)
==================
......
......@@ -66,7 +66,7 @@ setup(
package_dir = {'':'src'},
namespace_packages = ['zc', 'zc.recipe'],
install_requires = [
'zc.buildout >=1.0.6',
'zc.buildout >=1.2.0',
'setuptools'],
tests_require = ['zope.testing'],
test_suite = name+'.tests.test_suite',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment