ports/devel/py-contextlib-chdir/files/patch-pyproject.toml
Po-Chuan Hsieh 664ad19ced
devel/py-contextlib-chdir: Add py-contextlib-chdir 1.0.2
contextlib-chdir provides the backport of contextlib.chdir stdlib class added in
Python 3.11.
2023-08-22 01:01:57 +08: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"