summaryrefslogtreecommitdiff
path: root/devel/py-pbr/files/patch-pyproject.toml
blob: 14f4e7429fea7acd16035affd2fea896b2306bec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-02-04 14:24:43 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
   # Includes pep660 support in setuptools
-  "setuptools>=64.0.0;python_version>='3.7'",
+  "setuptools>=61.0.0;python_version>='3.7'",
   # Fallback to whatever we can get otherwise.
   # Note this is not something projects should typically
   # need. PBR attempts to support a wide range of python