blueness 14/03/29 19:16:07 Added: obfsproxy-0.2.8-remove-argparse.patch Log: Version bump, fix bug #505086 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.1 net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/obfsproxy/files/obfsproxy-0.2.8-remove-argparse.patch?rev=1.1&content-type=text/plain Index: obfsproxy-0.2.8-remove-argparse.patch =================================================================== diff -Naur obfsproxy-0.2.8.orig/setup.py obfsproxy-0.2.8/setup.py --- obfsproxy-0.2.8.orig/setup.py 2014-03-27 13:24:39.000000000 -0400 +++ obfsproxy-0.2.8/setup.py 2014-03-29 15:10:05.063283282 -0400 @@ -32,7 +32,6 @@ 'setuptools', 'PyCrypto', 'Twisted', - 'argparse', 'pyptlib >= 0.0.5', 'pyyaml' ],
