summary refs log tree commit diff
path: root/pkgs/development/python-modules/typical/use-poetry-core.patch
blob: f3c32e621aeac1a46cfdcb2064aad89215aa0041 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pyproject.toml b/pyproject.toml
index a588a0d..43da394 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -154,7 +154,7 @@ exclude = '''
 
 [build-system]
 requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+build-backend = "poetry.core.masonry.api"
 
 [bumpver]
 current_version = "v2.7.5"