summarylogtreecommitdiffstats
path: root/deps-relax-pysaml2-check.patch
blob: 4b2c8e4acfe3b8d29b8872992fb38286ea82af6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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