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 a1aef80 commit 52d52e2Copy full SHA for 52d52e2
graalpython/lib-graalpython/patches/grpcio-1.66.1.patch
@@ -1,3 +1,12 @@
1
+diff --git a/pyproject.toml b/pyproject.toml
2
+new file mode 100644
3
+index 0000000..04749ec
4
+--- /dev/null
5
++++ b/pyproject.toml
6
+@@ -0,0 +1,3 @@
7
++[build-system]
8
++requires = ["setuptools >= 40.6.0", "wheel", "Cython < 3"]
9
++build-backend = "setuptools.build_meta:__legacy__"
10
diff --git a/setup.py b/setup.py
11
index b936372..158056a 100644
12
--- a/setup.py
graalpython/lib-graalpython/patches/metadata.toml
@@ -151,7 +151,7 @@ license = 'Apache-2.0'
151
152
[[grpcio.rules]]
153
# Force re-cythonize + other fixes
154
-version = '== 1.66.1'
+version = '>= 1.66.1, < 1.70'
155
patch = 'grpcio-1.66.1.patch'
156
license = 'Apache-2.0'
157
0 commit comments