Unverified Commit 2959099d authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Sandro Jäckel
Browse files

python312Packages.mitmproxy: relax protobuf dependency

parent 5f15da12
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ buildPythonPackage rec {


  pythonRelaxDeps = [
    "protobuf"
    "urwid"
  ];