Ticket #2758: [PATCH] Fix bbfreeze with recent updates.patch

File [PATCH] Fix bbfreeze with recent updates.patch, 892 bytes (added by Doadin, 9 years ago)
  • win32/deluge-bbfreeze.py

    From 3f21a86b79c565f9377917738e778c21247a621e Mon Sep 17 00:00:00 2001
    From: doadin <tbkizle@gmail.com>
    Date: Fri, 14 Aug 2015 09:48:56 -0400
    Subject: [PATCH] Fix bbfreeze with recent updates
    
    ---
     win32/deluge-bbfreeze.py | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/win32/deluge-bbfreeze.py b/win32/deluge-bbfreeze.py
    index a219284..26d188c 100644
    a b  
    2323 
    2424# Include python modules not picked up automatically by bbfreeze 
    2525includes = ("libtorrent", "cairo", "pangocairo", "atk", "pango", "twisted.internet.utils", 
    26             "gio", "gzip", "email.mime.multipart", "email.mime.text") 
     26            "gio", "gzip", "email.mime.multipart", "email.mime.text", "_cffi_backend") 
    2727excludes = ("numpy", "OpenGL", "psyco", "win32ui") 
    2828 
    2929dst = "..\\build-win32\\deluge-bbfreeze-" + build_version + "\\"