ports/textproc/py-terminaltables/files/patch-pyproject.toml
Po-Chuan Hsieh 9e8fbe04ba
textproc/py-terminaltables: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2023-06-30 15:05:36 +08:00

10 lines
302 B
TOML

--- pyproject.toml.orig 2021-12-07 19:03:34 UTC
+++ pyproject.toml
@@ -62,5 +62,5 @@ python = ">=2.6 || >=3.0"
pytest = "==6.0.1"
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"