Loading pkgs/development/python-modules/icalevents/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , pythonOlder , pytestCheckHook , poetry-core , pythonRelaxDepsHook , datetime , httplib2 , icalendar Loading @@ -27,6 +28,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -37,6 +39,13 @@ buildPythonPackage rec { pytz ]; pythonRelaxDeps = [ "datetime" "httplib2" "icalendar" "pytz" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/icalevents/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ , pythonOlder , pytestCheckHook , poetry-core , pythonRelaxDepsHook , datetime , httplib2 , icalendar Loading @@ -27,6 +28,7 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -37,6 +39,13 @@ buildPythonPackage rec { pytz ]; pythonRelaxDeps = [ "datetime" "httplib2" "icalendar" "pytz" ]; nativeCheckInputs = [ pytestCheckHook ]; Loading