Commit 20a1663e authored by Enno Richter's avatar Enno Richter
Browse files

fava: loosen cheroot version requirement

parent a841e262
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,7 +10,9 @@ python3.pkgs.buildPythonApplication rec {
    sha256 = "sha256-Uw8UIJa+Dtsy+o31I1ynLyhZrFNX42NFRXu1O2ISbzU=";
  };

  nativeBuildInputs = with python3.pkgs; [ setuptools-scm ];
  pythonRelaxDeps = [ "cheroot" ];

  nativeBuildInputs = with python3.pkgs; [ setuptools-scm pythonRelaxDepsHook ];

  propagatedBuildInputs = with python3.pkgs; [
    babel