opnsense-ports/net/py-url-normalize/files/patch-pyproject.toml
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

10 lines
322 B
TOML

--- pyproject.toml.orig 2020-10-26 02:02:45 UTC
+++ pyproject.toml
@@ -30,5 +30,5 @@ tox = [{version="*", python="^3.6"}]
tox = [{version="*", python="^3.6"}]
[build-system]
-build-backend = "poetry.masonry.api"
-requires = ["poetry>=0.12"]
+build-backend = "poetry.core.masonry.api"
+requires = ["poetry-core>=0.12"]