We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab63182 commit 63e116fCopy full SHA for 63e116f
graalpython/lib-graalpython/patches/msgpack/metadata.toml
@@ -0,0 +1,3 @@
1
+[[rules]]
2
+version = '== 1.0.8'
3
+patch = 'msgpack-1.0.8.patch'
graalpython/lib-graalpython/patches/msgpack/msgpack-1.0.8.patch
@@ -0,0 +1,13 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index f9af967..1f5a002 100644
+--- a/pyproject.toml
4
++++ b/pyproject.toml
5
+@@ -2,7 +2,7 @@
6
+ requires = [
7
+ # Also declared in requirements.txt, if updating here please also update
8
+ # there
9
+- "Cython~=3.0.8",
10
++ "Cython < 3",
11
+ "setuptools >= 35.0.2",
12
+ ]
13
+ build-backend = "setuptools.build_meta"
0 commit comments