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-paramiko,
|
||||||
python-routes,
|
python-routes,
|
||||||
python-six (>= 1.4.0),
|
python-six (>= 1.4.0),
|
||||||
python-webob (>=1.0.8),
|
python-webob (>=1.2),
|
||||||
python-setuptools,
|
python-setuptools,
|
||||||
python-pip,
|
python-pip,
|
||||||
python-pbr
|
python-pbr
|
||||||
@ -34,7 +34,7 @@ Depends:
|
|||||||
python-paramiko,
|
python-paramiko,
|
||||||
python-routes,
|
python-routes,
|
||||||
python-six (>= 1.4.0),
|
python-six (>= 1.4.0),
|
||||||
python-webob (>=1.0.8),
|
python-webob (>=1.2),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends}
|
${python:Depends}
|
||||||
Suggests: python-ryu-doc
|
Suggests: python-ryu-doc
|
||||||
|
@ -6,4 +6,4 @@ oslo.config>=1.2.0
|
|||||||
paramiko
|
paramiko
|
||||||
routes
|
routes
|
||||||
six>=1.4.0
|
six>=1.4.0
|
||||||
webob>=1.0.8
|
webob>=1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user