summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
blob: d63981588a4a9563e116a5d35fc8ef404e400ac0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2025-03-15 15:08:08 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=67.4",
+    "setuptools>=61",
     "wheel"
 ]
 build-backend = "setuptools.build_meta"