diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-11-13 11:41:54 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2023-11-13 11:41:54 +0800 |
commit | 8077e8215d9028c70f9a6b5e8f30590eeccf1233 (patch) | |
tree | b71cf0ed09dba01609f1e6ed5281a0e15f936411 /net-im/py-matrix-synapse/files/patch-setup.py | |
parent | devel/py-grpcio-tools: update to 1.59.2. (diff) |
net-im/py-matrix-synapse: Update to 1.95.1
PR: 274758
Approved by: Sascha Biberhofer <ports@skyforge.at> (maintainer)
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-setup.py')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-setup.py | 4 |
1 files changed, 2 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 304fd42477d2..5b7664929f74 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 1970-01-01 00:00:00 UTC +++ setup.py -@@ -169,7 +169,6 @@ install_requires = \ - 'pydantic>=1.7.4', +@@ -175,7 +175,6 @@ install_requires = \ + 'pydantic>=1.7.4,<3', 'pymacaroons>=0.13.0', 'service-identity>=18.1.0', - 'setuptools_rust>=1.3', |