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:
Davanum Srinivas 2016-02-26 08:10:55 -08:00
parent fb9d10bdd8
commit d83f02b08e

View File

@ -23,6 +23,7 @@ UNCONSTRAINABLE = set([
'setuptools',
'wmi',
'pywin32',
'pymi',
'', # blank lines
])