ports/devel/py-graphql-relay/files/patch-pyproject.toml
Po-Chuan Hsieh 2595dd7e6a
devel/py-graphql-relay: Allow build with py-poetry-core 2.0.0+
- Clean up BUILD_DEPENDS: py-setuptools is not needed
- Bump PORTREVISION for package change
2025-02-03 23:54:27 +08:00

9 lines
348 B
TOML

--- pyproject.toml.orig 2022-04-16 11:03:39 UTC
+++ pyproject.toml
@@ -67,5 +67,5 @@ target-version = ['py36', 'py37', 'py38', 'py39', 'py3
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
[build-system]
-requires = ["poetry_core>=1,<2", "setuptools>=59,<70"]
+requires = ["poetry_core>=1"]
build-backend = "poetry.core.masonry.api"