Skip to content

Commit 00aa8b0

Browse files
committed
Pin Cython version in patches
1 parent ab877b5 commit 00aa8b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

graalpython/lib-graalpython/patches/grpcio/grpcio.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index 0000000..9175509
55
+++ b/pyproject.toml
66
@@ -0,0 +1,3 @@
77
+[build-system]
8-
+requires = ["setuptools >= 40.6.0", "wheel", "Cython"]
8+
+requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3"]
99
+build-backend = "setuptools.build_meta:__legacy__"
1010
diff --git a/setup.py b/setup.py
1111
index 8da207b..6d5a38b 100644

graalpython/lib-graalpython/patches/lxml/lxml-4.9.1.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ index 0000000..9175509
55
+++ b/pyproject.toml
66
@@ -0,0 +1,3 @@
77
+[build-system]
8-
+requires = ["setuptools >= 40.6.0", "wheel", "Cython"]
8+
+requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3"]
99
+build-backend = "setuptools.build_meta:__legacy__"
1010
diff --git a/setupinfo.py b/setupinfo.py
1111
index 6758914..288d09e 100644

graalpython/lib-graalpython/patches/pyzmq/pyzmq.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 1908e16..89ec895 100644
66
"setuptools",
77
"wheel",
88
"packaging",
9-
+ "cython",
9+
+ "cython < 3",
1010
"cffi; implementation_name == 'pypy'",
1111
]
1212
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)