python3Packages.caldav: move tzlocal and pytz to propagatedBuildInputs
As they are part of install_requires
This commit is contained in:
parent
6a05eeb515
commit
2f3dc4132f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user