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:
parent
fb9d10bdd8
commit
d83f02b08e
@ -23,6 +23,7 @@ UNCONSTRAINABLE = set([
|
||||
'setuptools',
|
||||
'wmi',
|
||||
'pywin32',
|
||||
'pymi',
|
||||
'', # blank lines
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user