1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/testing/py3-flask-sqlalchemy/pdm-backend.patch

13 lines
318 B
Diff

diff --git a/pyproject.toml b/pyproject.toml
index c48d603..cd07d64 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,7 +43,7 @@ Chat = "https://discord.gg/pallets"
requires = [
"pdm-pep517>=1.0.0",
]
-build-backend = "pdm.pep517.api"
+build-backend = "pdm.backend"
[tool.pdm.version]
source = "file"