Add python-six to requirements

missing python-six minimum version from the requirements.txt
set the min version to 1.4.1, without six recent versions of
keystone fail to start with a critical 'module' object has no
attribute 'add_metaclass' error

Change-Id: Ibfe2c9ec2457d3131dc9b6760e343c36ab8a3c38
Closes-Bug: #1237089
This commit is contained in:
Steven Hardy 2013-10-16 12:19:54 +01:00
parent 20d6ffb568
commit 15670c65d8

View File

@ -8,6 +8,7 @@ netaddr
PasteDeploy>=1.5.0
Paste
Routes>=1.12.3
six>=1.4.1
SQLAlchemy>=0.7.8,<=0.7.99
sqlalchemy-migrate>=0.7.2
passlib