Unverified Commit 8c22ebfe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ldeep: unbreak by relaxing termcolor (#402068)

parents 032720cc 5ace9400
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
  };

  pythonRelaxDeps = [
    "termcolor"
    "cryptography"
    "ldap3-bleeding-edge"
  ];