Bug#959180: mitmproxy incompatability

2020-06-01 Thread Lukasz Zemczak
So it seems that this is indeed a runtime incompatibility - which makes sense with mitmproxy binary having a versioned dependency on python3-tornado (>= 4.3) right now. I think the best way forward would be to update mitmproxy to 5.1.1, if we don't have enough confidence that the outlined commit is

Bug#959180: mitmproxy incompatability

2020-05-30 Thread Gordon Ball
> Given that you say this was a build incompatibility, could you > explain why you thought it was necessary to add a runtime Breaks:? The setup.py for mitmproxy 4 sets an explicit upper limit on tornado compatibility ("tornado>=4.3,<5.2"). The upstream commit [1] which relaxes this constraint repl