Unverified Commit 98702f22 authored by Brian McGillion's avatar Brian McGillion
Browse files

python3Packages.mitmproxy: Fix broken build



Fixes: #418030

Relax dependencies

Signed-off-by: default avatarBrian McGillion <bmg.avoin@gmail.com>
parent a664d33e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -49,10 +49,11 @@ buildPythonPackage rec {
  };

  pythonRelaxDeps = [
    "h11" # https://github.com/NixOS/nixpkgs/pull/399393
    "cryptography"
    "flask"
    "h2"
    "passlib"
    "typing-extensions" # https://github.com/NixOS/nixpkgs/pull/397082
    "pyopenssl"
    "tornado"
  ];