Skip to content

Commit 52b59de

Browse files
committed
Pin wheel 0.38
1 parent 0d33774 commit 52b59de

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

graalpython/lib-graalpython/modules/ginstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def pkgconfig(**kwargs):
259259

260260
@pip_package()
261261
def wheel(**kwargs):
262-
install_from_pypi("wheel==0.33.4", **kwargs)
262+
install_from_pypi("wheel==0.38.*", **kwargs)
263263

264264
@pip_package()
265265
def protobuf(**kwargs):
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[[rules]]
2+
# This version doesn't need a patch, but we want to pin it. 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+
# TODO we should make 0.40 work
5+
version = '== 0.38.*'
6+
7+
[[rules]]
8+
version = '< 0.35'
9+
patch = 'wheel-pre-0.35.patch'
10+
subdir = 'src'

graalpython/lib-graalpython/patches/wheel/whl/wheel-0.34.dir

Lines changed: 0 additions & 1 deletion
This file was deleted.

graalpython/lib-graalpython/patches/wheel/whl/wheel-0.34.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

graalpython/lib-graalpython/patches/wheel/whl/wheel.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)