File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
graalpython/lib-graalpython/patches Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ index 0000000..9175509
5
5
+++ b/pyproject.toml
6
6
@@ -0,0 +1,3 @@
7
7
+ [build-system]
8
- + requires = ["setuptools >= 40.6.0", "wheel", "Cython"]
8
+ + requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3 "]
9
9
+ build-backend = "setuptools.build_meta:__legacy__"
10
10
diff --git a/setup.py b/setup.py
11
11
index 8da207b..6d5a38b 100644
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ index 0000000..9175509
5
5
+++ b/pyproject.toml
6
6
@@ -0,0 +1,3 @@
7
7
+ [build-system]
8
- + requires = ["setuptools >= 40.6.0", "wheel", "Cython"]
8
+ + requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3 "]
9
9
+ build-backend = "setuptools.build_meta:__legacy__"
10
10
diff --git a/setupinfo.py b/setupinfo.py
11
11
index 6758914..288d09e 100644
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ index 1908e16..89ec895 100644
6
6
"setuptools",
7
7
"wheel",
8
8
"packaging",
9
- + "cython",
9
+ + "cython < 3 ",
10
10
"cffi; implementation_name == 'pypy'",
11
11
]
12
12
build-backend = "setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments