Add ordereddict requirement for py26 tests

Tests which required OrderedDict were failing because Python 2.6 doesn't
have a native OrderedDict implementation.

Change-Id: Id3b0a9126279bf628022dba596d58b9e3ddb2b52
Closes-bug: 1520544
This commit is contained in:
Stuart McLaren
2015-11-27 11:01:55 +00:00
parent af91e2cc0c
commit 8438be77d6

View File

@@ -6,6 +6,7 @@ hacking<0.11,>=0.10.0
coverage>=3.6
discover
mock>=1.2
ordereddict
os-client-config!=1.6.2,>=1.4.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2