Move ordereddict to requirements

Need ordereddict in the requirements as it is used at run time by the
yaml parsing code not just a test time.

Change-Id: Ic41e7adb5a06ed319f6201a13b9f7391fc245853
This commit is contained in:
Darragh Bailey 2014-09-04 14:58:20 +01:00
parent 182a189640
commit 2d74b16620
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
argparse argparse
ordereddict
PyYAML PyYAML
python-jenkins python-jenkins
pbr>=0.8.2,<1.0 pbr>=0.8.2,<1.0

View File

@ -2,7 +2,6 @@ hacking>=0.5.6,<0.8
coverage>=3.6 coverage>=3.6
discover discover
fixtures fixtures
ordereddict
python-subunit python-subunit
sphinx>=1.1.2,<1.2 sphinx>=1.1.2,<1.2
setuptools_git>=0.4 setuptools_git>=0.4