1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-14 19:59:55 +03:00
aports/testing/py3-class-doc/masonry.patch
2023-06-16 17:32:51 +02:00

11 lines
243 B
Diff

--- ./pyproject.toml.orig
+++ ./pyproject.toml
@@ -31,7 +31,7 @@
[build-system]
requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+build-backend = "poetry.core.masonry.api"
[tool.black]
skip_string_normalization = true