summaryrefslogtreecommitdiff
path: root/devel/py-contextlib-chdir/files/patch-pyproject.toml
blob: 859972f0a53e4dda2eec9f1a23fdc0f51cd5825e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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"