Add pymi to UNCONSTRAINABLE list
the validate script has trouble with win32 in the sys_platform. We have a special list that skips such packages. Since pywin32 is just like pymi and is already in the list, added pymi there as well. Change-Id: Ib811aa88ba3b78915041590a2766cf6097c70061
This commit is contained in:
@@ -23,6 +23,7 @@ UNCONSTRAINABLE = set([
|
|||||||
'setuptools',
|
'setuptools',
|
||||||
'wmi',
|
'wmi',
|
||||||
'pywin32',
|
'pywin32',
|
||||||
|
'pymi',
|
||||||
'', # blank lines
|
'', # blank lines
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user