Unverified Commit a1906140 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.mitmproxy: unpin brotli (#462265)

parents b29e9e54 e467c7d5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  ldap3,
  mitmproxy-rs,
  msgpack,
  nixosTests,
  publicsuffix2,
  pyopenssl,
  pyparsing,
@@ -50,6 +51,7 @@ buildPythonPackage rec {

  pythonRelaxDeps = [
    "bcrypt"
    "brotli"
    "cryptography"
    "flask"
    "h2"
@@ -146,6 +148,10 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "mitmproxy" ];

  passthru.tests = {
    inherit (nixosTests) mitmproxy;
  };

  meta = with lib; {
    description = "Man-in-the-middle proxy";
    homepage = "https://mitmproxy.org/";