mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
[#2758] [win32] Include _cffi_backend module in bbfreeze
This commit is contained in:
parent
a4844f7b77
commit
71b5e0a296
@ -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 + "\\"
|
||||
|
Loading…
x
Reference in New Issue
Block a user