fava: loosen cheroot version requirement

This commit is contained in:
Enno Richter 2023-01-19 05:35:08 +01:00
parent a841e26226
commit 20a1663e04

View File

@ -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