diff options
Diffstat (limited to 'devel/py-qt6-sip/files/patch-pyproject.toml')
-rw-r--r-- | devel/py-qt6-sip/files/patch-pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-qt6-sip/files/patch-pyproject.toml b/devel/py-qt6-sip/files/patch-pyproject.toml index 69837c67f5e6..181ababfffef 100644 --- a/devel/py-qt6-sip/files/patch-pyproject.toml +++ b/devel/py-qt6-sip/files/patch-pyproject.toml @@ -3,9 +3,9 @@ with 63.x. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270358 ---- pyproject.toml.orig 2024-12-12 10:04:05 UTC +--- pyproject.toml.orig 2025-05-23 11:58:12 UTC +++ pyproject.toml @@ -1,2 +1,2 @@ [build-system] --requires = ["setuptools >=69.5"] +-requires = ["setuptools >=75.8.1"] +requires = ["setuptools >=63"] |