Merge pull request #281634 from dotlambda/dooit-fix

dooit: relax tzlocal version constraint
This commit is contained in:
Robert Schütz
2024-01-18 15:58:03 +01:00
committed by GitHub
+6 -1
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; [