Skip to content

Commit b3b65e0

Browse files
timfelsteve-s
authored andcommitted
skip numpy license check
(cherry picked from commit 3fca547)
1 parent 93bc9d9 commit b3b65e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

mx.graalpython/mx_graalpython.py

+8
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,14 @@ def _python_checkpatchfiles():
21622162
# pandas puts the whole license text in the field. Its BSD-3-Clause
21632163
'pandas-1.4.3.patch',
21642164
'pandas-1.5.2.patch',
2165+
# numpy started putting the whole license text in the field. Its BSD-3-Clause
2166+
'numpy-1.16.4.patch',
2167+
'numpy-1.19.5.patch',
2168+
'numpy-1.21.6.patch',
2169+
'numpy-1.22.4.patch',
2170+
'numpy-1.23.1.patch',
2171+
'numpy-1.23.4.patch',
2172+
'numpy-1.23.5.patch',
21652173
# Empty license field, skip it. It's MIT
21662174
'setuptools-60.patch',
21672175
'setuptools-60.9.patch',

0 commit comments

Comments
 (0)