summaryrefslogtreecommitdiff
path: root/user/py3-tz/zoneinfo-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-tz/zoneinfo-fix.patch')
-rw-r--r--user/py3-tz/zoneinfo-fix.patch2
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: