dooit: relax tzlocal version constraint

It is pinned to exactly version 2.1 upstream.
This commit is contained in:
Robert Schütz 2024-01-17 13:16:46 -08:00
parent 69df2fbd09
commit 7bee4788c3

View File

@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "2.1.1";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "kraanzu";
@ -19,6 +19,11 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"tzlocal"
];
propagatedBuildInputs = with python3.pkgs; [