radicale: add optional dependency pytz
This commit is contained in:
parent
2d1a34b8cc
commit
850f536749
@ -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…
Reference in New Issue
Block a user