Skip to content

Commit f3031de

Browse files
msimaceksteve-s
authored andcommitted
Pin wheel 0.41.2 (upstreamed our patch)
1 parent cad23f2 commit f3031de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

graalpython/lib-graalpython/patches/wheel/metadata.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[[rules]]
22
# Always pin a specific version. Our virtualenv seeder pins setuptools and pip to the bundled
33
# ones, so it makes sense to always pin wheel too to avoid it getting out of sync with setuptools.
4-
version = '== 0.40.*'
4+
version = '== 0.41.2'
5+
6+
[[rules]]
7+
# Patch upstreamed
8+
version = '>= 0.40, < 0.41.2'
59
patch = 'wheel-0.40.patch'
610
subdir = 'src'
11+
install-priority = 0
712

813
[[rules]]
914
version = '== 0.38.*'

0 commit comments

Comments
 (0)