1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

python3Packages.caldav: move tzlocal and pytz to propagatedBuildInputs

As they are part of install_requires
This commit is contained in:
Nick Cao 2023-07-13 16:55:28 +08:00
parent 6a05eeb515
commit 2f3dc4132f
No known key found for this signature in database

View file

@ -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