freebsd-ports/security/obfsproxy/files/patch-setup.py
Carlo Strub e6c5f3b473 Move security/pyobfsproxy to security/obfsproxy which was the port of the
legacy C version of obfsproxy and recently renamed upstream.
2013-07-15 07:40:06 +00:00

11 lines
288 B
Python

--- setup.py.orig 2013-07-14 19:01:36.000000000 +0000
+++ setup.py 2013-07-14 19:02:02.000000000 +0000
@@ -31,7 +31,7 @@
install_requires = [
'setuptools',
'PyCrypto',
- 'Twisted',
+ 'Twisted_Core',
'argparse',
'pyptlib'
],