summaryrefslogtreecommitdiff
path: root/security/py-krb5/files/patch-pyproject.toml
blob: b3fe070552456e25d0d8c92659b12ca208573e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2025-09-01 04:40:28 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
 [build-system]
 requires = [
-    "Cython == 3.1.3",
+    "Cython >= 3.1.3",
     "setuptools >= 42.0.0",  # Supports license_files
 ]
 build-backend = "setuptools.build_meta"