Skip to content

Commit b3d867a

Browse files
committed
Add exception for matplotlib license
1 parent ea7150e commit b3d867a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,6 +2156,10 @@ def _python_checkpatchfiles():
21562156
'prompt_toolkit.patch',
21572157
# Whole license in the field. It's BSD-3-Clause
21582158
'pyzmq.patch',
2159+
# Whole license in the field. It's PSF
2160+
'matplotlib-3.5.3.patch',
2161+
'matplotlib-3.6.3.patch',
2162+
'matplotlib-3.7.0.patch',
21592163
}
21602164
allowed_licenses = [
21612165
"MIT",

0 commit comments

Comments
 (0)