opnsense-ports/devel/py-graphql-relay/files/patch-pyproject.toml
Franco Fichtner 84c5ea69ee */*: sync with upstream
Taken from: FreeBSD
2025-02-06 12:31:11 +01: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"