summaryrefslogtreecommitdiff
path: root/devel/py-graphql-relay/files/patch-pyproject.toml
blob: 8f9cd984dee1139390926e75151c8d816911b220 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2022-04-16 11:03:39 UTC
+++ pyproject.toml
@@ -67,5 +67,5 @@ target-version = ['py36', 'py37', 'py38', 'py39', 'py3
 target-version = ['py36', 'py37', 'py38', 'py39', 'py310']
 
 [build-system]
-requires = ["poetry_core>=1,<2", "setuptools>=59,<70"]
+requires = ["poetry_core>=1"]
 build-backend = "poetry.core.masonry.api"