ldeep: unbreak by relaxing termcolor (#402068)

This commit is contained in:
Fabian Affolter
2025-04-28 10:10:34 +02:00
committed by GitHub
+1
View File
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"termcolor"
"cryptography"
"ldap3-bleeding-edge"
];