opnsense-ports/net-im/py-matrix-synapse/files/patch-pyproject.toml
Franco Fichtner 945b1436f9 */*: sync with upstream
Taken from: FreeBSD
2023-06-20 08:30:40 +02:00

20 lines
852 B
TOML

--- pyproject.toml.orig 2023-05-09 16:38:29 UTC
+++ pyproject.toml
@@ -209,17 +209,6 @@ importlib_metadata = { version = ">=1.4", python = "<3
# This is the most recent version of Pydantic with available on common distros.
pydantic = ">=1.7.4"
-# 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 }