From f9b93ae0245686d429bc30e23aaade03aaaef0a5 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 08:12:34 +0000 Subject: Apply patch babel-2.3.4-remove-pytz-version.patch patch_name: babel-2.3.4-remove-pytz-version.patch present_in_specfile: true location_in_specfile: 1 --- diff --git a/setup.py b/setup.py index 146f38d..3da2ab0 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,10 @@ setup( # This version identifier is currently necessary as # pytz otherwise does not install on pip 1.4 or # higher. - 'pytz>=0a', + ### But the version confuses setuptools 8 and higher so remove it in the + ### system package + #'pytz>=0a', + 'pytz', ], cmdclass={'import_cldr': import_cldr},