mitmproxy: relax some dependencies to fix build (#380668)

This commit is contained in:
Sandro
2025-02-10 15:25:33 +01:00
committed by GitHub
@@ -60,6 +60,8 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"passlib"
"protobuf"
"pyparsing"
"ruamel.yaml"
"urwid"
];