summaryrefslogtreecommitdiff
path: root/devel/py-msgpack/files/patch-pyproject.toml
blob: 46e2865f450dce09b2018daf2e7679f99c5b38d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2025-06-13 06:42:29 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
 # 75.3.0 is the latest version supporting Python 3.8
-requires = ["setuptools >= 75.3.0"]
+requires = ["setuptools >= 61"]
 build-backend = "setuptools.build_meta"
 
 [project]