python3Packages.fava: relax simplejson constraint

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:37 +02:00
parent 4fcd1ced68
commit 8716c6e323
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
buildNpmPackage,
fetchpatch2,
fetchFromGitHub,
stdenv,
babel,
@@ -84,6 +83,8 @@ buildPythonPackage {
watchfiles
];
pythonRelaxDeps = [ "simplejson" ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "fava" ];