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:
Takashi Kajinami
2025-07-07 00:10:05 +09:00
parent 9a5271ccdd
commit ca10d42432
2 changed files with 1 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ jsonschema>=3.2.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
requests>=2.14.2 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0

View File

@@ -10,7 +10,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.4.4 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
requests-mock>=1.2.0 # Apache-2.0
retrying>=1.3.3
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT