summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files/patch-pyproject.toml
blob: a89876004cadbe4d9bfd03aa774b086f5af3ff80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-10-01 22:01:37 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
     "setuptools>=43.0.0; python_version<='3.6'",
-    "setuptools>=75.8.1; python_version>='3.9'",
+    "setuptools>=61.0.0; python_version>='3.9'",
     "wheel"
 ]
 build-backend = "setuptools.build_meta"