opnsense-ports/devel/py-qt5-sip/files/patch-pyproject.toml
Franco Fichtner 195137c968 */*: sync with upstream
Taken from: FreeBSD
2025-01-07 13:45:07 +01:00

11 lines
311 B
TOML

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 2024-12-12 10:01:35 UTC
+++ pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools >=69.5"]
+requires = ["setuptools >=63"]