Add wheel to UNCONSTRAINABLE

pip freeze no longer outputs wheel which breaks
jobs in the review that the bot/script proposes.
So let's mark it as UNCONSTRAINABLE.

Change-Id: Ieb33a54117b4579e28dfdb9a9ec9629f29c42d8b
This commit is contained in:
Davanum Srinivas 2016-04-05 06:39:25 -04:00
parent b79e347427
commit 5dcd3d3fe3

View File

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