ports/net-im/py-matrix-synapse/files/patch-setup.py
Li-Wen Hsu 8077e8215d
net-im/py-matrix-synapse: Update to 1.95.1
PR:		274758
Approved by:	Sascha Biberhofer <ports@skyforge.at> (maintainer)
2023-11-13 11:41:54 +08:00

10 lines
276 B
Python

--- setup.py.orig 1970-01-01 00:00:00 UTC
+++ setup.py
@@ -175,7 +175,6 @@ install_requires = \
'pydantic>=1.7.4,<3',
'pymacaroons>=0.13.0',
'service-identity>=18.1.0',
- 'setuptools_rust>=1.3',
'signedjson>=1.1.0,<2.0.0',
'sortedcontainers>=1.5.2',
'treq>=15.1',