summaryrefslogtreecommitdiff
path: root/devel/py-awscrt/files/patch-pyproject.toml
blob: 50d9fde94c875b19b746f80be49afe631a654c80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2025-03-14 16:53:45 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-  "setuptools>=75.3.1",
+  "setuptools>=61",
   "wheel>=0.45.1", # used by our setup.py
 ]
 build-backend = "setuptools.build_meta"