python39: hardcode path to tzdata

Python 3.9 has a new module `zoneinfo` which requires tzdata. By default
it searches TZPATH for folders containing `zoneinfo`.

This commit makes the dependency on tzdata pure.
This commit is contained in:
Frederik Rietdijk
2020-11-16 21:34:33 +01:00
parent 6da245f62a
commit 7617b03403
2 changed files with 10 additions and 3 deletions

View File

@@ -199,6 +199,7 @@ in {
gdbm = null;
sqlite = null;
configd = null;
tzdata = null;
stripConfig = true;
stripIdlelib = true;
stripTests = true;