python3Packages.mitmproxy: unpin brotli (#462265)
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user