aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-url-normalize/files/patch-pyproject.toml
blob: 504c9326cedbb1569f6e0cb865a8a99a13b072a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2020-10-26 02:02:45 UTC
+++ pyproject.toml
@@ -30,5 +30,5 @@ tox = [{version="*", python="^3.6"}]
 tox = [{version="*", python="^3.6"}]
 
 [build-system]
-build-backend = "poetry.masonry.api"
-requires = ["poetry>=0.12"]
+build-backend = "poetry.core.masonry.api"
+requires = ["poetry-core>=0.12"]