Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / diagrams / build_poetry.patch
blobb2e3d39dae1108d12d49fa271978fb38dbabbf9b
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 2c93a39..6c800e2 100644
3 --- a/pyproject.toml
4 +++ b/pyproject.toml
5 @@ -24,3 +24,7 @@ isort = "^4.3"
7 [tool.black]
8 line-length = 120
10 +[build-system]
11 +requires = ["poetry_core>=1.0.0"]
12 +build-backend = "poetry.core.masonry.api"