Unverified Commit 314d8b7d authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

ical2orgpy: fix build

parent 965933e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -21,13 +21,14 @@ python3Packages.buildPythonApplication rec {

  dependencies = with python3Packages; [
    click
    future
    icalendar
    pytz
    tzlocal
    recurring-ical-events
  ];

  pythonRemoveDeps = [ "future" ];

  nativeCheckInputs = with python3Packages; [
    freezegun
    pytestCheckHook