diff options
Diffstat (limited to 'net-im/py-matrix-synapse/files/patch-pyproject.toml')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index c8744a242c54..acbd690b99f2 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -1,6 +1,6 @@ ---- pyproject.toml.orig 2022-08-02 13:44:01 UTC +--- pyproject.toml.orig 2022-09-27 11:37:18 UTC +++ pyproject.toml -@@ -149,7 +149,7 @@ bleach = ">=1.4.3" +@@ -162,7 +162,7 @@ bleach = ">=1.4.3" typing-extensions = ">=3.10.0.1" # We enforce that we have a `cryptography` version that bundles an `openssl` # with the latest security patches. @@ -8,4 +8,22 @@ +cryptography = "*" # ijson 3.1.4 fixes a bug with "." in property names ijson = ">=3.1.4" - matrix-common = "^1.2.1" + matrix-common = "^1.3.0" +@@ -173,17 +173,6 @@ packaging = ">=16.1" + importlib_metadata = { version = ">=1.4", python = "<3.8" } + # 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 + # --------------------- |