ports/devel/py-poetry2setup/files/patch-pyproject.toml
Po-Chuan Hsieh 72ce3dbfbb
devel/py-anytree: Allow build with py-poetry-core 2.0.0+
- Bump PORTREVISION for package change
2025-02-03 23:54:27 +08:00

11 lines
233 B
TOML

--- pyproject.toml.orig 2022-10-28 06:27:18 UTC
+++ pyproject.toml
@@ -12,7 +12,7 @@ python = "^3.6"
[tool.poetry.dependencies]
python = "^3.6"
-poetry-core = "^1.0.0"
+poetry-core = ">=1.0.0"
[tool.poetry.dev-dependencies]