Skip to content

Commit b3748e7

Browse files
committed
Add patch entry for grpcio 1.72.0rc1
1 parent 59a86bc commit b3748e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ version = '>= 1.64.0'
152152
patch = 'grpcio-1.66.1.patch'
153153
license = 'Apache-2.0'
154154

155+
[[grpcio.rules]]
156+
# Force re-cythonize + other fixes
157+
# The rc version won't get matched by the version range above
158+
version = '== 1.72.0rc1'
159+
install-priority = 0
160+
patch = 'grpcio-1.66.1.patch'
161+
license = 'Apache-2.0'
162+
155163
[[h2o.rules]]
156164
patch = 'h2o.patch'
157165
license = 'Apache-2.0'

0 commit comments

Comments
 (0)