Commit 841efa10 authored by Julien Muchembled's avatar Julien Muchembled

Do not depend on slapos.libnetworkcache, which is optional

Since slapos.libnetworkcache needs configuration, the user already
pulls it explicitely. Do not annoy those who don't use it.

In our case, it breaks offline builds with Python 2.6 when the
download-cache is prepared with Python 2.7: argparse missing.
parent 22fdfa7f
......@@ -24,7 +24,6 @@ setup(name=name,
install_requires=[
'setuptools', # namespaces
'zc.buildout', # plays with buildout
'slapos.libnetworkcache>=0.13.1', # Uses helper new in this version
],
extras_require={
'test' : ['zope.testing'],
......
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