1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/py3-pytzdata/masonry.patch
2023-01-28 02:25:08 +01:00

10 lines
272 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,5 +30,5 @@ black = {version = "^18.9b0", python = "^3.6"}
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry_core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"