summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-setup.py
diff options
context:
space:
mode:
authorSascha Biberhofer <sascha.biberhofer@skyforge.at>2022-09-27 17:39:36 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2022-09-29 18:08:24 +0000
commit167b320fbf10f720cd507107d1c9e1ae87b8506a (patch)
tree742ff3efbd945e0f9377619f1fbd1a01ae8d3b5f /net-im/py-matrix-synapse/files/patch-setup.py
parentdevel/py-matrix-common: Update to 1.3.0 (diff)
net-im/py-matrix-synapse: Update to 1.68.0
- This update introduces a new dependency on rust. - Testing now uses the staged build output to ensure tests run against the compiled rust module. Co-authored-by: Ashish SHUKLA <ashish@FreeBSD.org>
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r--net-im/py-matrix-synapse/files/patch-setup.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
index 837d291cbca1..9292c52a2214 100644
--- a/net-im/py-matrix-synapse/files/patch-setup.py
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -1,7 +1,7 @@
---- setup.py.orig 2022-08-02 13:44:06 UTC
+--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -149,7 +149,7 @@ install_requires = \
- 'bcrypt>=3.1.0',
+ 'bcrypt>=3.1.7',
'bleach>=1.4.3',
'canonicaljson>=1.5.0,<2.0.0',
- 'cryptography>=3.4.7',
@@ -9,3 +9,11 @@
'frozendict>=1,!=2.1.2',
'ijson>=3.1.4',
'jsonschema>=3.0.0',
+@@ -165,7 +165,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',
+ 'treq>=15.1',