Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Revert "Allow poetry-core 1.5.0 (#14949)"
Browse files Browse the repository at this point in the history
This reverts commit 64a6318.
  • Loading branch information
David Robertson committed Feb 7, 2023
1 parent 03cc9af commit 50936db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ exclude = [
{ path = "synapse/*.so", format = "sdist"}
]

[tool.poetry.build]
script = "build_rust.py"
generate-setup-file = true
build = "build_rust.py"

[tool.poetry.scripts]
synapse_homeserver = "synapse.app.homeserver:main"
Expand Down Expand Up @@ -352,7 +350,7 @@ towncrier = ">=18.6.0rc1"
# 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.0.0,<=1.5.0", "setuptools_rust>=1.3,<=1.5.2"]
requires = ["poetry-core>=1.0.0,<=1.3.2", "setuptools_rust>=1.3,<=1.5.2"]
build-backend = "poetry.core.masonry.api"


Expand Down

0 comments on commit 50936db

Please sign in to comment.