[#2758] [win32] Include _cffi_backend module in bbfreeze

This commit is contained in:
doadin 2015-08-14 20:10:13 -04:00 committed by Calum Lind
parent a4844f7b77
commit 71b5e0a296

View File

@ -23,7 +23,7 @@ gtk_root = os.path.join(gtk.__path__[0], "..\\runtime\\")
# Include python modules not picked up automatically by bbfreeze
includes = ("libtorrent", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils",
"gio", "gzip", "email.mime.multipart", "email.mime.text")
"gio", "gzip", "email.mime.multipart", "email.mime.text", "_cffi_backend")
excludes = ("numpy", "OpenGL", "psyco", "win32ui")
dst = "..\\build-win32\\deluge-bbfreeze-" + build_version + "\\"