Revert "Release 0.11.3"

This reverts commit 6a6d5051.

We explicity need dependency to libnetworkcache.

Conflicts:
	setup.py
parent 60de540d
...@@ -4,8 +4,7 @@ Changes ...@@ -4,8 +4,7 @@ Changes
0.11.3 (Unreleased) 0.11.3 (Unreleased)
------------------- -------------------
* Removed explicit dependency of slapos.libnetworkcache. If not present, it * No change yet.
will gracefully degrade. [Cedric de Saint Martin]
0.11.2 (2012-09-05) 0.11.2 (2012-09-05)
------------------- -------------------
......
...@@ -24,6 +24,7 @@ setup(name=name, ...@@ -24,6 +24,7 @@ setup(name=name,
install_requires=[ install_requires=[
'setuptools', # namespaces 'setuptools', # namespaces
'zc.buildout', # plays with buildout 'zc.buildout', # plays with buildout
'slapos.libnetworkcache>=0.13.1', # Uses helper new in this version
], ],
extras_require={ extras_require={
'test' : ['zope.testing'], '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