gui_topology imports webob.static.DirecoryApp which was added since webob 1.2
Signed-off-by: Hisaharu Ishii <[email protected]> --- debian/control | 4 ++-- tools/pip-requires | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index c785be7..8bcbe68 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends-Indep: python-paramiko, python-routes, python-six (>= 1.4.0), - python-webob (>=1.0.8), + python-webob (>=1.2), python-setuptools, python-pip, python-pbr @@ -34,7 +34,7 @@ Depends: python-paramiko, python-routes, python-six (>= 1.4.0), - python-webob (>=1.0.8), + python-webob (>=1.2), ${misc:Depends}, ${python:Depends} Suggests: python-ryu-doc diff --git a/tools/pip-requires b/tools/pip-requires index 7be60f1..23fc01d 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -6,4 +6,4 @@ oslo.config>=1.2.0 paramiko routes six>=1.4.0 -webob>=1.0.8 +webob>=1.2 -- 1.7.9.5 ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
