ports/net-im/py-matrix-synapse/files/patch-pyproject.toml
Ashish SHUKLA a73b9123eb
net-im/py-matrix-synapse: Update to 1.105.0
- Update LICENSE to AGPLv3

PR:		276766
Tested by:	Marko Cupać <marko.cupac at mimar dot rs>
Approved by:	maintainer timeout
MFH:		2024Q2 (long due)
2024-04-20 13:14:03 +00:00

21 lines
803 B
TOML

--- pyproject.toml.orig 2024-03-05 15:15:09 UTC
+++ pyproject.toml
@@ -216,17 +216,6 @@ pydantic = ">=1.7.4, <3"
# See https://github.com/matrix-org/synapse/issues/15858
pydantic = ">=1.7.4, <3"
-# This is for building the rust components during "poetry install", which
-# currently ignores the `build-system.requires` directive (c.f.
-# https://github.com/python-poetry/poetry/issues/6154). Both `pip install` and
-# `poetry build` do the right thing without this explicit dependency.
-#
-# This isn't really a dev-dependency, as `poetry install --no-dev` will fail,
-# but the alternative is to add it to the main list of deps where it isn't
-# needed.
-setuptools_rust = ">=1.3"
-
-
# Optional Dependencies
# ---------------------
matrix-synapse-ldap3 = { version = ">=0.1", optional = true }