[tor-commits] [flashproxy/master] add M2Crypto as a dependency of flashproxy-common

infinity0 at torproject.org infinity0 at torproject.org
Wed Nov 20 16:04:17 UTC 2013


commit 6de80151eb2df2068e33fad6ace9fff991cb2b78
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Wed Nov 20 15:35:04 2013 +0000

    add M2Crypto as a dependency of flashproxy-common
---
 setup-common.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/setup-common.py b/setup-common.py
index 440085f..bcfdb71 100755
--- a/setup-common.py
+++ b/setup-common.py
@@ -42,5 +42,6 @@ setup(
 
     install_requires = [
         'setuptools',
+        'M2Crypto',
         ],
 )



More information about the tor-commits mailing list