python312Packages.mitmproxy: relax passlib

Fixes #355902
This commit is contained in:
Fabian Affolter
2024-11-15 11:50:37 +01:00
parent 1bc481ce87
commit 46fe4454eb
@@ -57,8 +57,8 @@ buildPythonPackage rec {
hash = "sha256-f5TudaLlHtIMAvS7s5mWgqpdi7/vWNF0EdlYNuG67hM=";
};
pythonRelaxDeps = [
"passlib"
"protobuf"
"urwid"
];