summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Goirand <zigo@debian.org>2016-01-15 14:51:09 +0800
committerThomas Goirand <zigo@debian.org>2016-01-16 17:47:58 +0800
commitc593e8782500435dd55a8b1689329f9b47eec347 (patch)
tree13f410d4296153b95be5816a04f10d3548f189fc
parente77744e3450c8659bd670a6fe890fa3fd91fb3ab (diff)
downloadoslo-middleware-c593e8782500435dd55a8b1689329f9b47eec347.tar.gz
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
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 1f666a1..4617e79 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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