summaryrefslogtreecommitdiff
path: root/devel/py-cwcwidth/files/patch-pyproject.toml
blob: 4e400138e15ca5d5340a18ae809639c057c57d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-02-09 21:07:05 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
   "setuptools >= 43",
-  "Cython >= 3",
+  "Cython >= 0.28",
 ]
 build-backend = "setuptools.build_meta"