summaryrefslogtreecommitdiff
path: root/net/py-netlib/files/patch-setup.py
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 14:42:17 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-08-21 14:42:17 +0000
commit610a5eb1a0ddcb2874e374212a17b8755434d13c (patch)
treec8b64b928ee1b9b58dce15ff928016d0629b61b4 /net/py-netlib/files/patch-setup.py
parent- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk (diff)
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 <gaod hychen.org>
Diffstat (limited to 'net/py-netlib/files/patch-setup.py')
-rw-r--r--net/py-netlib/files/patch-setup.py8
1 files changed, 8 insertions, 0 deletions
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"],
+ )