mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://github.com/mariushelf/graphlib_backport/releases
10 lines
272 B
TOML
10 lines
272 B
TOML
--- pyproject.toml.orig 2024-03-05 11:04:37 UTC
|
|
+++ pyproject.toml
|
|
@@ -52,5 +52,5 @@ target-version = "py37"
|
|
]
|
|
|
|
[build-system]
|
|
-requires = ["poetry>=1.0"]
|
|
-build-backend = "poetry.masonry.api"
|
|
+requires = ["poetry-core>=1.0"]
|
|
+build-backend = "poetry.core.masonry.api"
|