summaryrefslogtreecommitdiff
path: root/devel/py-qt5-sip/files/patch-pyproject.toml
blob: 8a16e2b4ac860ed87a2875c67c9f19106e9f895c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Reduce setuptools requirement until [1] is resolved. Seems to work fine
with 63.x.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358

--- pyproject.toml.orig	2025-10-08 08:47:54 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
 [build-system]
-requires = ["setuptools >=75.8.1"]
+requires = ["setuptools >=63"]