jrnl: fix build
python3Packages.rich was updated to 14.0.0 in #395156, and jrnl requires rich < 14, but the new version did not break anything.
This commit is contained in:
@@ -41,6 +41,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
rich
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "rich" ];
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
pytest-bdd
|
||||
pytest-xdist
|
||||
|
||||
Reference in New Issue
Block a user