Commit e1861df2 authored by Reinout van Rees's avatar Reinout van Rees

Noting that buildout needs zc.recipe.egg 2.0.6 now

parent 7eccacdf
......@@ -378,7 +378,7 @@ class Buildout(DictMixin):
pkg_resources.Requirement.parse('zc.buildout')
).version),
# Use 2, even though not final
('zc.recipe.egg', '>=2.0.0a3'),
('zc.recipe.egg', '>=2.0.6'),
)
if k not in versions
))
......
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