Remove ordereddict from requirements.txt

The ordereddict package is now part of Python 2.7 and
since Python 2.6 is no longer supported (as of Kilo) we
can remove this package from trove/requirements.txt

Change-Id: I5ee8b047606ef65dd99e68a496d7184ae329fb7f
Closes-bug: 1440738
This commit is contained in:
Doug Shelley 2015-04-06 13:42:18 +00:00
parent d7d4882784
commit 0c1fa9c904
1 changed files with 0 additions and 1 deletions

View File

@ -36,6 +36,5 @@ MySQL-python
Babel>=1.3
six>=1.9.0
stevedore>=1.3.0,<1.4.0 # Apache-2.0
ordereddict
oslo.messaging>=1.8.0,<1.9.0 # Apache-2.0
osprofiler>=0.3.0 # Apache-2.0