aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r--net-im/py-matrix-synapse/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
new file mode 100644
index 000000000000..13c102222d1b
--- /dev/null
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-06-28 16:27:08 UTC
++++ setup.py
+@@ -147,7 +147,7 @@ install_requires = \
+ 'bcrypt>=3.1.0',
+ 'bleach>=1.4.3',
+ 'canonicaljson>=1.4.0',
+- 'cryptography>=3.4.7',
++ 'cryptography',
+ 'frozendict>=1,!=2.1.2',
+ 'ijson>=3.1.4',
+ 'jsonschema>=3.0.0',