From: Chris Date: Mon, 18 Jun 2018 20:43:32 +0000 (-0600) Subject: Bumped version requirement on pytz X-Git-Tag: v2.7.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f959ebf23266b5ae7432589c2f4983f0d817b4;p=thirdparty%2Fbabel.git Bumped version requirement on pytz Here you use the utc attribute on the _pytz object: https://github.com/python-babel/babel/blob/23ca4bf2b187748e5e8372c6dae541fbcc5fbe5d/babel/util.py#L304 Which was added in this commit https://github.com/stub42/pytz/commit/ae82fbc71b374a5a5b32bf3bbb38ebb97af6e715 Added the corrected version requirement for it's appearance --- diff --git a/setup.py b/setup.py index 8e268e16..27c7541b 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( # This version identifier is currently necessary as # pytz otherwise does not install on pip 1.4 or # higher. - 'pytz>=0a', + 'pytz>=2015.7', ], cmdclass={'import_cldr': import_cldr},