From 19d18332a27a38d8cf8eef09f0c884e7102be815 Mon Sep 17 00:00:00 2001 From: "Brian D. Elliott" <bdelliott@gmail.com> Date: Tue, 16 Sep 2014 22:48:37 +0000 Subject: [PATCH] Add ordereddict to reqs for py2.6 compatibility required in glance_store._drivers.swift.utils if using python2.6 Change-Id: I13624e1f580d63ab572bad36d02551de90bceef1 --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8baecb15..284f2b50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,6 @@ python-cinderclient>=1.0.6 eventlet>=0.13.0 iso8601>=0.1.8 six>=1.4.1 + +# py2.6 compat +ordereddict