Unverified Commit 67cf5452 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #211520 from elohmeier/fava-fix

fava: loosen cheroot version requirement
parents cc3771fc 20a1663e
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