diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-12 12:47:07 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-12 12:47:07 -0700 |
commit | d1926a557daf114a180ec1fadd8327d1a20b9fdc (patch) | |
tree | e84916fb7c26f34e0bf7da116c7f35846af24e49 /net-im/py-matrix-synapse/files | |
parent | misc/py-instructor: Fix build by removing the upper limit on py-rich dependency (diff) |
net-im/py-matrix-synapse: Fix build by removing the upper limit on devel/py-setuptools-rust dependency
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r-- | net-im/py-matrix-synapse/files/patch-pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml index 2857504b7fe5..3abee3777e9f 100644 --- a/net-im/py-matrix-synapse/files/patch-pyproject.toml +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2025-02-23 20:55:48 UTC +--- pyproject.toml.orig 2025-02-25 15:41:12 UTC +++ pyproject.toml @@ -370,7 +370,7 @@ tomli = ">=1.2.3" # runtime errors caused by build system changes. # We are happy to raise these upper bounds upon request, # provided we check that it's safe to do so (i.e. that CI passes). -requires = ["poetry-core>=1.1.0,<=1.9.1", "setuptools_rust>=1.3,<=1.10.2"] -+requires = ["poetry-core>=1.1.0,<=2.1.1", "setuptools_rust>=1.3,<=1.10.2"] ++requires = ["poetry-core>=1.1.0,<=2.1.1", "setuptools_rust>=1.3"] build-backend = "poetry.core.masonry.api" |