ports/textproc/py-vbuild/files/patch-pyproject.toml
Po-Chuan Hsieh af95c62c12
textproc/py-vbuild: Fix BUILD_DEPENDS
- While I'm here, remove incorrect/unnecessary patch-pyproject.toml for python and pscript in tool.poetry.dependencies section
- Bump PORTREVISION for package change

Approved by:	portmgr (blanket)
With hat:	python
2024-11-15 18:17:17 +08:00

10 lines
305 B
TOML

--- pyproject.toml.orig 2023-08-03 09:26:18 UTC
+++ pyproject.toml
@@ -30,5 +30,5 @@ enum-compat = { version = "^0.0.2", python = "~2.7" }
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"