python3Packages.mitmproxy: unpin brotli (#462265)

This commit is contained in:
dotlambda
2025-11-17 02:00:57 +00:00
committed by GitHub
@@ -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/";