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 cad23f2 commit f3031deCopy full SHA for f3031de
graalpython/lib-graalpython/patches/wheel/metadata.toml
@@ -1,9 +1,14 @@
1
[[rules]]
2
# Always pin a specific version. Our virtualenv seeder pins setuptools and pip to the bundled
3
# ones, so it makes sense to always pin wheel too to avoid it getting out of sync with setuptools.
4
-version = '== 0.40.*'
+version = '== 0.41.2'
5
+
6
+[[rules]]
7
+# Patch upstreamed
8
+version = '>= 0.40, < 0.41.2'
9
patch = 'wheel-0.40.patch'
10
subdir = 'src'
11
+install-priority = 0
12
13
14
version = '== 0.38.*'
0 commit comments