Skip to content

Commit 6d03269

Browse files
committed
Specify license for pymongo patch
1 parent a219d9f commit 6d03269

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
@@ -2038,6 +2038,8 @@ def _python_checkpatchfiles():
20382038
'wheel-pre-0.35.patch',
20392039
# Empty license field. It's ASL 2.0 or BSD 2-Clause
20402040
'packaging.patch',
2041+
# pymongo puts the whole license in the field. It's ASL 2.0
2042+
'pymongo.patch',
20412043
# Empty license field. It's ASL 2.0
20422044
'tokenizers-0.13.3.patch',
20432045
# Empty license field. It's Apache 2

0 commit comments

Comments
 (0)