Merge pull request #211520 from elohmeier/fava-fix

fava: loosen cheroot version requirement
This commit is contained in:
Nick Cao
2023-01-23 13:59:25 +08:00
committed by GitHub
+3 -1
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