Do not exclude six when freezing, since calibre no longer bundles it

This commit is contained in:
Kovid Goyal 2015-01-09 10:17:44 +05:30
parent 5454fca03e
commit 2e9024e55e

View File

@ -715,8 +715,6 @@ class Win32Freeze(Command, WixMixIn):
if hname in handled:
continue
handled.add(hname)
if os.path.basename(d).startswith('six-'):
continue # We prefer the version bundled with calibre
for x in os.listdir(d):
if x in {'EGG-INFO', 'site.py', 'site.pyc', 'site.pyo'}:
continue