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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-pyproject.toml b/net-im/py-matrix-synapse/files/patch-pyproject.toml new file mode 100644 index 000000000000..60073bdbc6bb --- /dev/null +++ b/net-im/py-matrix-synapse/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -373,7 +373,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,<=2.1.3", "setuptools_rust>=1.3,<=1.11.1"] ++requires = ["poetry-core>=1.1.0", "setuptools_rust>=1.3"] + build-backend = "poetry.core.masonry.api" + + |