diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-20 20:34:17 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-20 20:34:17 +0000 |
commit | 7114c88d032a38bfb0639dbc84d861445dd712de (patch) | |
tree | 1aa0c0aa7c044be49685c38e92c6baa94ab14368 /user/py3-tz/zoneinfo-fix.patch | |
parent | a9eea039176d779534b375bc1337bebfc6545a43 (diff) | |
download | packages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.gz packages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.bz2 packages-7114c88d032a38bfb0639dbc84d861445dd712de.tar.xz packages-7114c88d032a38bfb0639dbc84d861445dd712de.zip |
user/py3-*: bump 10 unmaintained Python pkgs (Adopt us today)
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: |