From 610a5eb1a0ddcb2874e374212a17b8755434d13c Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Wed, 21 Aug 2013 14:42:17 +0000 Subject: Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards. WWW: https://pypi.python.org/pypi/netlib PR: ports/180746 Submitted by: Hung-Yi Chen --- net/py-netlib/files/patch-setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 net/py-netlib/files/patch-setup.py (limited to 'net/py-netlib/files/patch-setup.py') diff --git a/net/py-netlib/files/patch-setup.py b/net/py-netlib/files/patch-setup.py new file mode 100644 index 000000000000..bf2bf3be2c84 --- /dev/null +++ b/net/py-netlib/files/patch-setup.py @@ -0,0 +1,8 @@ +--- setup.py.orig 2013-07-23 03:39:16.157592949 +0800 ++++ setup.py 2013-07-23 03:39:30.392145219 +0800 +@@ -88,5 +88,4 @@ + "Topic :: Software Development :: Testing :: Traffic Generation", + "Topic :: Internet :: WWW/HTTP", + ], +- install_requires=["pyasn1>0.1.2", "pyopenssl>=0.12"], + ) -- cgit v1.2.3