summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-setup.py
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2023-04-02 19:30:15 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2023-04-02 19:32:47 +0000
commit1f7a6ca811411c686de22ff25a898ad1f37059cd (patch)
treed8de7a27a12b438de35660ced819150190a79a48 /net-im/py-matrix-synapse/files/patch-setup.py
parentdevel/apr1: Update BDB support (diff)
net-im/py-matrix-synapse: Update to 1.80.0
- Relax bounds on frozendict Approved by: Sascha Biberhofer <ports at skyforge dot at> (maintainer) Co-authored-by: Sascha Biberhofer <sascha.biberhofer@skyforge.at>
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r--net-im/py-matrix-synapse/files/patch-setup.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
index 9292c52a2214..36446364bf7e 100644
--- a/net-im/py-matrix-synapse/files/patch-setup.py
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -1,19 +1,21 @@
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
-@@ -149,7 +149,7 @@ install_requires = \
+@@ -154,8 +154,8 @@ install_requires = \
'bcrypt>=3.1.7',
'bleach>=1.4.3',
'canonicaljson>=1.5.0,<2.0.0',
- 'cryptography>=3.4.7',
+- 'frozendict>=1,!=2.1.2,<2.3.5',
+ 'cryptography',
- 'frozendict>=1,!=2.1.2',
++ 'frozendict>=1',
'ijson>=3.1.4',
'jsonschema>=3.0.0',
-@@ -165,7 +165,6 @@ install_requires = \
+ 'matrix-common>=1.3.0,<2.0.0',
+@@ -170,7 +170,6 @@ install_requires = \
'pydantic>=1.7.4',
'pymacaroons>=0.13.0',
'service-identity>=18.1.0',
- 'setuptools_rust>=1.3',
'signedjson>=1.1.0,<2.0.0',
- 'sortedcontainers>=1.4.4',
+ 'sortedcontainers>=1.5.2',
'treq>=15.1',