diff options
author | Hisaharu Ishii <ishii.hisaharu@lab.ntt.co.jp> | 2014-07-07 15:26:04 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-07-07 22:13:37 +0900 |
commit | 8051160db122818d2f561e3158d0cb4ef99f383f (patch) | |
tree | b6a43dad7ef8263b85675aa288cd490ad1bdc136 /debian/control | |
parent | 0c7952cfd7c219944236a191555a0b621e07b12b (diff) |
pip-requires: gui_topology requires webob>=1.2
gui_topology imports webob.static.DirecoryApp
which was added since webob 1.2
Signed-off-by: Hisaharu Ishii <ishii.hisaharu@lab.ntt.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c785be72..8bcbe683 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 |