mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 05:56:07 +01:00
Dont add imageops.pyd to pylib.zip
This commit is contained in:
parent
0438fccc10
commit
ca85b8ac07
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ def archive_lib_dir(self):
|
|||
# Because of https://github.com/fancycode/MemoryModule/issues/4
|
||||
# any extensions that use C++ exceptions must be loaded
|
||||
# from files
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd',
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd', 'imageops.pyd',
|
||||
'progress_indicator.pyd', 'hunspell.pyd',
|
||||
# As per this https://bugs.launchpad.net/bugs/1087816
|
||||
# on some systems magick.pyd fails to load from memory
|
||||
|
|
|
|||
Loading…
Reference in a new issue