aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch')
-rw-r--r--keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch b/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch
deleted file mode 100644
index b2bf9b21..00000000
--- a/keystone-moon/debian/patches/fixes-jsonschema-requirements.txt.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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