From 2f3dc4132f85da49a2a4852c7770522457abda01 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 13 Jul 2023 16:55:28 +0800 Subject: [PATCH] python3Packages.caldav: move tzlocal and pytz to propagatedBuildInputs As they are part of install_requires --- pkgs/development/python-modules/caldav/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/caldav/default.nix b/pkgs/development/python-modules/caldav/default.nix index e67344270abe..c53eb0e20bce 100644 --- a/pkgs/development/python-modules/caldav/default.nix +++ b/pkgs/development/python-modules/caldav/default.nix @@ -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