summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml11
-rw-r--r--net-im/py-matrix-synapse/files/patch-setup.py4
2 files changed, 7 insertions, 8 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index 796a5b71b1de..e969fb13fa8a 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -1,6 +1,6 @@
---- pyproject.toml.orig 2024-03-05 15:15:09 UTC
+--- pyproject.toml.orig 2024-07-16 11:51:30 UTC
+++ pyproject.toml
-@@ -216,17 +216,6 @@ pydantic = ">=1.7.4, <3"
+@@ -215,16 +215,6 @@ pydantic = ">=1.7.4, <3"
# See https://github.com/matrix-org/synapse/issues/15858
pydantic = ">=1.7.4, <3"
@@ -14,7 +14,6 @@
-# needed.
-setuptools_rust = ">=1.3"
-
--
- # Optional Dependencies
- # ---------------------
- matrix-synapse-ldap3 = { version = ">=0.1", optional = true }
+ # This is used for parsing multipart responses
+ python-multipart = ">=0.0.9"
+
diff --git a/net-im/py-matrix-synapse/files/patch-setup.py b/net-im/py-matrix-synapse/files/patch-setup.py
index 8e70aec77b2b..39649d8e5d13 100644
--- a/net-im/py-matrix-synapse/files/patch-setup.py
+++ b/net-im/py-matrix-synapse/files/patch-setup.py
@@ -1,8 +1,8 @@
--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
-@@ -174,7 +174,6 @@ install_requires = \
- 'pydantic>=1.7.4,<3',
+@@ -179,7 +179,6 @@ install_requires = \
'pymacaroons>=0.13.0',
+ 'python-multipart>=0.0.9',
'service-identity>=18.1.0',
- 'setuptools_rust>=1.3',
'signedjson>=1.1.0,<2.0.0',