aws-sam-cli: relax tzlocal constraint

This commit is contained in:
Robert Schütz
2021-11-22 16:40:47 -08:00
parent e06b86c5f7
commit f7131dd9a3
@@ -51,7 +51,7 @@ python3.pkgs.buildPythonApplication rec {
--replace "aws_lambda_builders==" "aws-lambda-builders #" \
--replace "typing_extensions==" "typing-extensions #" \
--replace "regex==" "regex #" \
--replace "tzlocal==3.0" "tzlocal==2.*"
--replace "tzlocal==3.0" "tzlocal"
'';
meta = with lib; {