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

This commit is contained in:
Sandro Jäckel
2021-09-01 21:23:20 +02:00
committed by Martin Weinelt
parent 3c9c1a8ce2
commit e2b137d3f6
@@ -3,7 +3,7 @@
buildPythonPackage rec {
pname = "tzlocal";
version = "2.1";
version = "2.1"; # version needs to be compatible with APScheduler
propagatedBuildInputs = [ pytz ];