Skip to content

Commit ee436cb

Browse files
committed
Add wheel to hardcoded list of checked packages in patchfiles check
1 parent 5002819 commit ee436cb

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
@@ -1828,6 +1828,8 @@ def _python_checkpatchfiles():
18281828
'setuptools-60.9.patch',
18291829
'setuptools-63.patch',
18301830
'setuptools-65.patch',
1831+
'wheel-0.33.patch',
1832+
'wheel-0.34.patch'
18311833
}
18321834
allowed_licenses = [
18331835
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "BSD or Apache License, Version 2.0",

0 commit comments

Comments
 (0)