mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
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>
8 lines
324 B
Python
8 lines
324 B
Python
--- 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"],
|
|
)
|