ldeep: unbreak by relaxing termcolor

fixes https://hydra.nixos.org/build/294996567
This commit is contained in:
Peder Bergebakken Sundt
2025-04-26 17:45:10 +02:00
parent 494e8180e3
commit 5ace94005e
+1
View File
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"termcolor"
"cryptography"
"ldap3-bleeding-edge"
];