mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 19:26:06 +01:00
Do not exclude six when freezing, since calibre no longer bundles it
This commit is contained in:
parent
5454fca03e
commit
2e9024e55e
1 changed files with 0 additions and 2 deletions
|
|
@ -715,8 +715,6 @@ def archive_lib_dir(self):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue