radicale: add optional dependency pytz

main
Robert Schütz 2 years ago committed by Kerstin
parent 2d1a34b8cc
commit 850f536749
  1. 1
      pkgs/servers/radicale/3.x.nix

@ -20,6 +20,7 @@ python3.pkgs.buildPythonApplication rec {
passlib
vobject
python-dateutil
pytz # https://github.com/Kozea/Radicale/issues/816
] ++ passlib.extras-require.bcrypt;
checkInputs = with python3.pkgs; [

Loading…
Cancel
Save