Commit 7bee4788 authored by Robert Schütz's avatar Robert Schütz
Browse files

dooit: relax tzlocal version constraint

It is pinned to exactly version 2.1 upstream.
parent 69df2fbd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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; [