Skip to content

Commit 9a420b1

Browse files
committed
Limit blosc2 patch range
1 parent 70da40f commit 9a420b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ patch = 'bcrypt-4.0.1.patch'
1616
license = 'Apache-2.0'
1717

1818
[[blosc2.rules]]
19+
version = '< 3'
1920
patch = 'blosc2.patch'
20-
license = 'Apache-2.0'
21+
# Not needed in newer versions
22+
install-priority = 0
23+
license = 'BSD-3-Clause'
2124

2225
[[catboost.rules]]
2326
version = '== 1.2.3'

0 commit comments

Comments
 (0)