Bump minimum required version for simplejson to 2.2.0

oslo-incubator commit ad248f6 adds usage of the namedtuple_as_object
kwarg to simplejson's json.dumps.

oslo-incubator's test-requirements requires simplejson >= 2.0.9 but
namedtuple_as_object wasn't available until 2.2.0.

This is important for anyone doing keystone database migrations on RHEL
6.5 with simplejson since the migrations will fail if you don't have a
new enough simplejson (keystone is using this code now).

Change-Id: I59f4e9c42ad83a305d810e52e440ff51ff5b7f0e
Closes-Bug: #1361230
This commit is contained in:
Matt Riedemann 2014-08-23 16:49:01 -07:00
parent fe104ef1ea
commit 0b2602b6b4
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ requests-kerberos>=0.5 # MIT
rfc3986>=0.2.0 # Apache-2.0
Routes>=1.12.3,!=2.0
rtslib-fb>=2.1.39
simplejson>=2.0.9
simplejson>=2.2.0
six>=1.7.0
sockjs-tornado>=1.0.0,<2.0.0
# The SQLA requirement looks weird, but it's here for a reason. The

View File

@ -68,7 +68,7 @@ qpid-python
requests>=1.1,<1.2.3
Routes>=1.12.3
setuptools_git>=0.4
simplejson>=2.0.9
simplejson>=2.2.0
six
sockjs-tornado>=1.0.0,<2.0.0
SQLAlchemy>=0.7,<=0.7.99