Skip to content

Commit a4262f9

Browse files
msimaceksteve-s
authored andcommitted
Fix patch licenses
1 parent cb70482 commit a4262f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,8 +2001,7 @@ def _python_checkpatchfiles():
20012001
patchfile_pattern = re.compile(r"lib-graalpython/patches/([^/]+)/.*?([^/]*\.patch)")
20022002
checked = {
20032003
# meson-python puts the whole license text in the field. It's MIT
2004-
'meson-python-0.12.patch',
2005-
'meson-python-0.13.patch',
2004+
'meson-python.patch',
20062005
# scipy puts the whole license text in the field, skip it. It's new BSD
20072006
'scipy-1.3.1.patch',
20082007
'scipy-1.4.1.patch',
@@ -2023,11 +2022,14 @@ def _python_checkpatchfiles():
20232022
# Empty license field. It's MIT
20242023
'urllib3-2.patch',
20252024
# Empty license field. It's MIT
2025+
'wheel-0.41.2.patch',
20262026
'wheel-0.40.patch',
20272027
'wheel-0.38.patch',
20282028
'wheel-0.37.patch',
20292029
'wheel-0.35.patch',
20302030
'wheel-pre-0.35.patch',
2031+
# Empty license field. It's ASL 2.0 or BSD 2-Clause
2032+
'packaging.patch',
20312033
}
20322034
allowed_licenses = [
20332035
"MIT",

0 commit comments

Comments
 (0)