summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authordoadin <tbkizle@gmail.com>2015-08-14 20:10:13 -0400
committerCalum Lind <calumlind+deluge@gmail.com>2015-08-24 14:56:53 +0100
commit71b5e0a2965b263e7450b0c5999e15cf88c2595c (patch)
tree9787888c541b752bf2b5eeb9ebec2be567490070 /packaging
parenta4844f7b77cc358c919501b6ee7d2f1ed9f2115e (diff)
downloaddeluge-71b5e0a2965b263e7450b0c5999e15cf88c2595c.tar.gz
deluge-71b5e0a2965b263e7450b0c5999e15cf88c2595c.tar.bz2
deluge-71b5e0a2965b263e7450b0c5999e15cf88c2595c.zip
[#2758] [win32] Include _cffi_backend module in bbfreeze
Diffstat (limited to 'packaging')
-rw-r--r--packaging/win32/deluge-bbfreeze.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/win32/deluge-bbfreeze.py b/packaging/win32/deluge-bbfreeze.py
index 4cc01987f..8d8e1829f 100644
--- a/packaging/win32/deluge-bbfreeze.py
+++ b/packaging/win32/deluge-bbfreeze.py
@@ -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 + "\\"