mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Do not exclude six when freezing, since calibre no longer bundles it
This commit is contained in:
parent
5454fca03e
commit
2e9024e55e
@ -715,8 +715,6 @@ class Win32Freeze(Command, WixMixIn):
|
|||||||
if hname in handled:
|
if hname in handled:
|
||||||
continue
|
continue
|
||||||
handled.add(hname)
|
handled.add(hname)
|
||||||
if os.path.basename(d).startswith('six-'):
|
|
||||||
continue # We prefer the version bundled with calibre
|
|
||||||
for x in os.listdir(d):
|
for x in os.listdir(d):
|
||||||
if x in {'EGG-INFO', 'site.py', 'site.pyc', 'site.pyo'}:
|
if x in {'EGG-INFO', 'site.py', 'site.pyc', 'site.pyo'}:
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user