diff options
Diffstat (limited to 'user/py3-tz/zoneinfo-fix.patch')
-rw-r--r-- | user/py3-tz/zoneinfo-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-tz/zoneinfo-fix.patch b/user/py3-tz/zoneinfo-fix.patch index a0a3a1190..404e81c9f 100644 --- a/user/py3-tz/zoneinfo-fix.patch +++ b/user/py3-tz/zoneinfo-fix.patch @@ -1,7 +1,7 @@ Patch pulled from Gentoo. Forces package to use system tzinfo --- a/pytz/__init__.py +++ b/pytz/__init__.py -@@ -91,8 +91,7 @@ +@@ -92,8 +92,7 @@ if zoneinfo_dir is not None: filename = os.path.join(zoneinfo_dir, *name_parts) else: |