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:
parent
182a189640
commit
2d74b16620
@ -1,4 +1,5 @@
|
||||
argparse
|
||||
ordereddict
|
||||
PyYAML
|
||||
python-jenkins
|
||||
pbr>=0.8.2,<1.0
|
||||
|
@ -2,7 +2,6 @@ hacking>=0.5.6,<0.8
|
||||
coverage>=3.6
|
||||
discover
|
||||
fixtures
|
||||
ordereddict
|
||||
python-subunit
|
||||
sphinx>=1.1.2,<1.2
|
||||
setuptools_git>=0.4
|
||||
|
Loading…
Reference in New Issue
Block a user