summaryrefslogtreecommitdiff
path: root/devel/py-astroid/files/patch-pyproject.toml
blob: bc2223ca1ffce2f0186efc434a17eb085aba02e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pyproject.toml.orig	2023-03-05 23:08:15 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=64.0", "wheel>=0.37.1"]
+requires = ["setuptools>=62.6", "wheel>=0.37.1"]
 build-backend = "setuptools.build_meta"
 
 [project]