ical2orgpy: fix build

This commit is contained in:
Amadej Kastelic
2025-06-28 22:04:23 +02:00
parent 965933e299
commit 314d8b7d65
+2 -1
View File
@@ -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