Remove usage of ordereddict
This was only needed for Python < 2.7, but glareeclient's setup.cfg already declares compatibility only with 2.7. Change-Id: I2975485d884df08494189c4f4d598b44d9c5abd8
This commit is contained in:
parent
6da299f345
commit
7118ff5d6b
@ -5,7 +5,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
mock>=2.0.0 # BSD
|
||||
ordereddict>=1.1 # MIT
|
||||
os-client-config>=1.28.0 # Apache-2.0
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user