Description: Fixes requirements.txt
 Without this patch, keystone wouldn't start.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: not-needed
Last-Update: 2015-09-23

Index: keystone/requirements.txt
===================================================================
--- keystone.orig/requirements.txt
+++ keystone/requirements.txt
@@ -34,6 +34,6 @@ oslo.utils>=3.5.0 # Apache-2.0
 oauthlib>=0.6 # BSD
 pysaml2<4.0.3,>=2.4.0 # Apache-2.0
 dogpile.cache>=0.5.7 # BSD
-jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+jsonschema
 pycadf!=2.0.0,>=1.1.0 # Apache-2.0
 msgpack-python>=0.4.0 # Apache-2.0