Commit 4ba4dda9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support zc.buildout 2.

parent 12838d5e
......@@ -24,7 +24,7 @@ setup(name=name,
include_package_data=True,
install_requires=[
'setuptools', # namespaces
'zc.buildout<2.0.0', # plays with buildout
'zc.buildout', # plays with buildout
'slapos.libnetworkcache>=0.13.1', # Uses helper new in this version
],
extras_require={
......
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