summarylogtreecommitdiffstats
path: root/deps-relax-pysaml2-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'deps-relax-pysaml2-check.patch')
-rw-r--r--deps-relax-pysaml2-check.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/deps-relax-pysaml2-check.patch b/deps-relax-pysaml2-check.patch
deleted file mode 100644
index 4b2c8e4acfe3..000000000000
--- a/deps-relax-pysaml2-check.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 43abaade961f32253c88f15b575fbf472c668335 Mon Sep 17 00:00:00 2001
-From: Ivan Shapovalov <intelfx@intelfx.name>
-Date: Mon, 21 Mar 2016 01:29:11 +0300
-Subject: [PATCH 2/2] Revert "Pin pysaml2 version to 3.x"
-
-This reverts commit 07cf96ebf7c806ba570d167e200e54e07034f5ce.
----
- synapse/python_dependencies.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
-index a2d87ef..f2b4a1f 100644
---- a/synapse/python_dependencies.py
-+++ b/synapse/python_dependencies.py
-@@ -34,7 +34,7 @@ REQUIREMENTS = {
- "pydenticon": ["pydenticon"],
- "ujson": ["ujson"],
- "blist": ["blist"],
-- "pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
-+ "pysaml2": ["saml2"],
- "pymacaroons-pynacl": ["pymacaroons"],
- "psutil>=2.0.0": ["psutil>=2.0.0"],
- }
---
-2.9.2
-