Dont add imageops.pyd to pylib.zip

This commit is contained in:
Kovid Goyal 2016-05-06 07:00:45 +05:30
parent 0438fccc10
commit ca85b8ac07

View File

@ -683,7 +683,7 @@ class Win32Freeze(Command, WixMixIn):
# Because of https://github.com/fancycode/MemoryModule/issues/4 # Because of https://github.com/fancycode/MemoryModule/issues/4
# any extensions that use C++ exceptions must be loaded # any extensions that use C++ exceptions must be loaded
# from files # from files
'unrar.pyd', 'wpd.pyd', 'podofo.pyd', 'unrar.pyd', 'wpd.pyd', 'podofo.pyd', 'imageops.pyd',
'progress_indicator.pyd', 'hunspell.pyd', 'progress_indicator.pyd', 'hunspell.pyd',
# As per this https://bugs.launchpad.net/bugs/1087816 # As per this https://bugs.launchpad.net/bugs/1087816
# on some systems magick.pyd fails to load from memory # on some systems magick.pyd fails to load from memory