summaryrefslogtreecommitdiff
path: root/devel/py-awscrt/files/patch-pyproject.toml
blob: be9cc64ff016bbd1317774a5c1c6aac4b62f280d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2025-05-13 17:10:57 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"