summaryrefslogtreecommitdiff
path: root/www/mitmproxy/files/patch-setup.py
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-12-16 19:36:59 +0000
committerKai Knoblich <kai@FreeBSD.org>2019-12-16 19:36:59 +0000
commit697bc871ba7e0b297be11ad067b23f6863f58883 (patch)
treebaf0c1a07a6382a08df54b1dcaa60be302be7b23 /www/mitmproxy/files/patch-setup.py
parentUpdate to 1.14.46 (diff)
www/mitmproxy: Unbreak at runtime
* After r511877 (initial cause, already fixed in r518596) and r516400 [1] the port was broken at runtime. Unbreak it by relaxing the version range for net/py-ldap3. Also relax the version range for devel/py-urwid which was recently updated in r519201. * Adjust the RUN_DEPENDS by making them more specific (as given in setup.py) to reduce the likelihood of runtime errors in the future. * Bump PORTREVISION due changed code. A MFH is not required as www/mitmproxy in the 2019Q4 branch isn't affected and was already fixed with r518597. PR: 242025 Reported by: ale [1] Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'www/mitmproxy/files/patch-setup.py')
-rw-r--r--www/mitmproxy/files/patch-setup.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/mitmproxy/files/patch-setup.py b/www/mitmproxy/files/patch-setup.py
index ae8141646bcc..5e1a2f5eda71 100644
--- a/www/mitmproxy/files/patch-setup.py
+++ b/www/mitmproxy/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2019-07-30 16:02:34 UTC
+--- setup.py.orig 2019-12-09 13:30:10 UTC
+++ setup.py
@@ -61,24 +61,24 @@ setup(
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
@@ -13,7 +13,8 @@
"h2>=3.0.1,<4",
"hyperframe>=5.1.0,<6",
"kaitaistruct>=0.7,<0.9",
- "ldap3>=2.5,<2.6",
+- "ldap3>=2.5,<2.6",
++ "ldap3>=2.5",
"passlib>=1.6.5",
"pyasn1>=0.3.1,<0.5",
- "pyOpenSSL>=17.5,<18.1",
@@ -24,8 +25,9 @@
- "sortedcontainers>=1.5.4,<2.1",
+ "sortedcontainers>=1.5.4",
"tornado>=4.3,<5.2",
- "urwid>=2.0.1,<2.1",
+- "urwid>=2.0.1,<2.1",
- "wsproto>=0.11.0,<0.12.0",
++ "urwid>=2.0.1",
+ "wsproto>=0.13.0",
],
extras_require={