python312Packages.mitmproxy: relax protobuf dependency

This commit is contained in:
Gaetan Lepage
2024-09-01 15:34:33 +02:00
committed by Sandro Jäckel
parent 5f15da1244
commit 2959099d2f
@@ -59,6 +59,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"protobuf"
"urwid"
];