Skip to content

Commit

Permalink
Merge pull request #243229 from NickCao/caldav
Browse files Browse the repository at this point in the history
python3Packages.caldav: move tzlocal and pytz to propagatedBuildInputs
  • Loading branch information
NickCao authored Jul 13, 2023
2 parents 732b8d3 + 2f3dc41 commit a759719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/caldav/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ buildPythonPackage rec {
requests
icalendar
recurring-ical-events
pytz
tzlocal
];

nativeCheckInputs = [
pytestCheckHook
tzlocal
pytz
];

# xandikos and radicale are only optional test dependencies, not available for python3
Expand Down

0 comments on commit a759719

Please sign in to comment.