Remove ordereddict from requirements.txt

This is a remaining of the Python 2.6 compat, and this is causing
some issues in distros who have to patch it out. So this patch
removes ordereddict from requirements.txt

Change-Id: I4e8498b71a65e2b235598916ce07349a33086deb
This commit is contained in:
Thomas Goirand 2016-01-15 14:51:09 +08:00
parent e77744e345
commit c593e87825
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
pbr>=1.6 # Apache-2.0
Babel>=1.3 # BSD
Jinja2>=2.8 # BSD License (3 clause)
ordereddict # MIT
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0