summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r--net-im/py-matrix-synapse/files/patch-pyproject.toml18
1 files changed, 14 insertions, 4 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml
index cc42bc42414a..5686b1433743 100644
--- a/net-im/py-matrix-synapse/files/patch-pyproject.toml
+++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml
@@ -1,9 +1,19 @@
---- pyproject.toml.orig 2023-04-21 21:40:26 UTC
+--- pyproject.toml.orig 2023-05-09 16:38:29 UTC
+++ pyproject.toml
-@@ -219,7 +219,6 @@ pydantic = ">=1.7.4"
- # needed.
- setuptools_rust = ">=1.3"
+@@ -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
# ---------------------