python39Packages.tzlocal: add a comment to be compatible with APScheduler
This commit is contained in:
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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user