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:
parent
0c7952cfd7
commit
8051160db1
4
debian/control
vendored
4
debian/control
vendored
@ -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
|
||||
|
@ -6,4 +6,4 @@ oslo.config>=1.2.0
|
||||
paramiko
|
||||
routes
|
||||
six>=1.4.0
|
||||
webob>=1.0.8
|
||||
webob>=1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user