From c593e8782500435dd55a8b1689329f9b47eec347 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Fri, 15 Jan 2016 14:51:09 +0800 Subject: 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 --- requirements.txt | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1