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>
This commit is contained in:
Hisaharu Ishii 2014-07-07 15:26:04 +09:00 committed by FUJITA Tomonori
parent 0c7952cfd7
commit 8051160db1
2 changed files with 3 additions and 3 deletions

4
debian/control vendored
View File

@ -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

View File

@ -6,4 +6,4 @@ oslo.config>=1.2.0
paramiko
routes
six>=1.4.0
webob>=1.0.8
webob>=1.2