opnsense-ports/devel/py-contextlib-chdir/files/patch-pyproject.toml
Franco Fichtner e0f95c50e1 */*: sync with upstream
Taken from: FreeBSD
2023-08-23 11:37:13 +02:00

10 lines
281 B
TOML

--- pyproject.toml.orig 2022-06-08 17:54:37 UTC
+++ pyproject.toml
@@ -9,3 +9,7 @@ packages = [{ include = "contextlib_chdir.*" }, { incl
[tool.poetry.dependencies]
python = "^3.6"
+
+[build-system]
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"