summaryrefslogtreecommitdiff
path: root/security/py-pyhanko-certvalidator/files/patch-pyproject.toml
blob: 515b75d4b5d75880e8f8bd50b45088f124a7bbd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pyproject.toml.orig	2023-05-14 16:55:10 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
 [build-system]
 requires = [
-    "setuptools>=67.4",
-    "wheel", "pytest-runner",
+    "setuptools>=61",
+    "wheel",
 ]
 build-backend = "setuptools.build_meta"