radicale: add optional dependency pytz

This commit is contained in:
Robert Schütz 2022-05-17 17:29:14 +00:00 committed by Kerstin
parent 2d1a34b8cc
commit 850f536749

View File

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