Skip to content

Commit af3b39a

Browse files
steve-smsimacek
authored andcommitted
Add wheel to hardcoded list of checked packages in patchfiles check
1 parent 88e97e5 commit af3b39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,8 @@ def _python_checkpatchfiles():
18321832
'setuptools-60.9.patch',
18331833
'setuptools-63.patch',
18341834
'setuptools-65.patch',
1835+
'wheel-0.33.patch',
1836+
'wheel-0.34.patch'
18351837
}
18361838
allowed_licenses = [
18371839
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "BSD or Apache License, Version 2.0",

0 commit comments

Comments
 (0)