Fix missing dependency on retrying
The library has been required by the cinder driver since 2.7.0[1].
[1] 1178f113c4
Closes-Bug: #2116041
Change-Id: Ibadab54edde30f11f66cf2098b678ba75bb663be
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -14,3 +14,4 @@ jsonschema>=3.2.0 # MIT
|
|||||||
keystoneauth1>=3.4.0 # Apache-2.0
|
keystoneauth1>=3.4.0 # Apache-2.0
|
||||||
python-keystoneclient>=3.8.0 # Apache-2.0
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
||||||
requests>=2.14.2 # Apache-2.0
|
requests>=2.14.2 # Apache-2.0
|
||||||
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
||||||
|
@@ -10,7 +10,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
|
|||||||
ddt>=1.4.4 # MIT
|
ddt>=1.4.4 # MIT
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
requests-mock>=1.2.0 # Apache-2.0
|
requests-mock>=1.2.0 # Apache-2.0
|
||||||
retrying>=1.3.3
|
|
||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
|
Reference in New Issue
Block a user