commit 6de80151eb2df2068e33fad6ace9fff991cb2b78 Author: Ximin Luo infinity0@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', ], )
tor-commits@lists.torproject.org