matrix-synapse: relax poetry-core dependency (#448807)

This commit is contained in:
dotlambda
2025-10-07 09:43:46 +00:00
committed by GitHub
@@ -31,7 +31,8 @@ python3Packages.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3"
--replace-fail "setuptools_rust>=1.3,<=1.11.1" "setuptools_rust<=1.12,>=1.3" \
--replace-fail "poetry-core>=1.1.0,<=2.1.3" "poetry-core>=1.1.0,<=2.3.0"
'';
build-system = with python3Packages; [