Skip to content

Commit

Permalink
www/mitmproxy: Fix build after net/py-h11 update
Browse files Browse the repository at this point in the history
PR:		261991
  • Loading branch information
gaod authored and lwhsu committed Feb 16, 2022
1 parent 1934391 commit 60448a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions www/mitmproxy/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= mitmproxy
PORTVERSION= 7.0.4
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www python

Expand Down
10 changes: 9 additions & 1 deletion www/mitmproxy/files/patch-setup.py
@@ -1,6 +1,6 @@
--- setup.py.orig 2021-09-28 16:43:29 UTC
+++ setup.py
@@ -67,7 +67,7 @@ setup(
@@ -67,14 +67,14 @@ setup(
# https://packaging.python.org/en/latest/requirements/#install-requires
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
install_requires=[
Expand All @@ -9,6 +9,14 @@
"blinker>=1.4, <1.5",
"Brotli>=1.0,<1.1",
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
"click>=7.0,<8.1",
"cryptography>=3.3,<3.5",
"flask>=1.1.1,<2.1",
- "h11>=0.11,<0.13",
+ "h11>=0.11,<0.14",
"h2>=4.0,<5",
"hyperframe>=6.0,<7",
"kaitaistruct>=0.7,<0.10",
@@ -83,7 +83,7 @@ setup(
"passlib>=1.6.5, <1.8",
"protobuf>=3.14,<3.19",
Expand Down

0 comments on commit 60448a8

Please sign in to comment.