ical2orgpy: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user