mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[#2758] [win32] Include _cffi_backend module in bbfreeze
This commit is contained in:
parent
f599b883cf
commit
04d90903a6
1 changed files with 3 additions and 5 deletions
|
@ -20,11 +20,9 @@ shutil.copy(python_path + "Scripts\deluge-gtk-script.pyw", python_path + "Script
|
|||
shutil.copy(python_path + "Scripts\deluge-console-script.py", python_path + "Scripts\deluge-console.py")
|
||||
|
||||
# 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"
|
||||
)
|
||||
excludes=("numpy", "OpenGL", "psyco", "win32ui")
|
||||
includes = ("libtorrent", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils",
|
||||
"gio", "gzip", "email.mime.multipart", "email.mime.text", "_cffi_backend")
|
||||
excludes = ("numpy", "OpenGL", "psyco", "win32ui")
|
||||
|
||||
dst = "..\\build-win32\\deluge-bbfreeze-" + build_version + "\\"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue