blob: b2bf9b21a29a16282abec32e8ff762f347e9f146 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
|