aports/community/py3-stochastic/poetry-core.patch

14 lines
315 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index e1c47e8..f8294ff 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ isort = "^5.10.1"
[build-system]
requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88