diff options
author | Ruan HE <ruan.he@orange.com> | 2016-08-01 15:58:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-01 15:58:12 +0000 |
commit | ea6a3a5f04ff8f657bfd325dd37121a017a5560c (patch) | |
tree | 2b785977d515cf0f8adb8e4a3fcc013a5b5fe39b /keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch | |
parent | 72bc80411c9d9ca9040344c419902cee91277e96 (diff) | |
parent | 860e7fd7b81f956b54b25224efbd69ff9b1d1cc7 (diff) |
Merge "Update script for debian package creation."
Diffstat (limited to 'keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch')
-rw-r--r-- | keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch b/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch new file mode 100644 index 00000000..b2bf9b21 --- /dev/null +++ b/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch @@ -0,0 +1,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 |