[tor-commits] [obfsproxy/master] Add txsocksx and parsley as py2exe dependencies.

asn at torproject.org asn at torproject.org
Tue Jul 22 10:58:02 UTC 2014


commit 4d8bcb4b3671fd64d52040fa1cdfa35e48c17021
Author: George Kadianakis <desnacked at riseup.net>
Date:   Tue Jul 22 13:48:02 2014 +0300

    Add txsocksx and parsley as py2exe dependencies.
---
 setup_py2exe.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup_py2exe.py b/setup_py2exe.py
index 76a2360..ea1a7ab 100644
--- a/setup_py2exe.py
+++ b/setup_py2exe.py
@@ -14,7 +14,7 @@ setup(
     options={
         "build": {"build_base": build_path},
         "py2exe": {
-            "includes": ["twisted", "pyptlib", "Crypto"],
+            "includes": ["twisted", "pyptlib", "Crypto", "parsley", "txsocksx"],
             "dist_dir": dist_path,
         }
     }





More information about the tor-commits mailing list