[Pkg-privacy-commits] [obfsproxy] 342/353: Add txsocksx and parsley as py2exe dependencies.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:02:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfsproxy.
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,
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git
More information about the Pkg-privacy-commits
mailing list