python39Packages.tzlocal: add a comment to be compatible with APScheduler

This commit is contained in:
Sandro Jäckel 2021-08-27 12:01:40 +02:00 committed by Martin Weinelt
parent af0b93c3ce
commit 914fff808e

View File

@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "tzlocal";
version = "2.1";
version = "2.1"; # version needs to be compatible with APScheduler
propagatedBuildInputs = [ pytz ];