Merge pull request #211520 from elohmeier/fava-fix
fava: loosen cheroot version requirement
This commit is contained in:
commit
67cf54525f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue