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

This commit is contained in:
Sandro Jäckel
2021-09-05 15:00:33 +02:00
committed by Martin Weinelt
parent af0b93c3ce
commit 914fff808e
@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "tzlocal";
version = "2.1";
version = "2.1"; # version needs to be compatible with APScheduler
propagatedBuildInputs = [ pytz ];