b58853
diff -up Babel-2.3.4/setup.py.orig Babel-2.3.4/setup.py
b58853
--- Babel-2.3.4/setup.py.orig	2016-04-11 11:58:25.000000000 +0200
b58853
+++ Babel-2.3.4/setup.py	2016-04-25 13:35:54.458765892 +0200
b58853
@@ -59,7 +59,10 @@ setup(
b58853
         # This version identifier is currently necessary as
b58853
         # pytz otherwise does not install on pip 1.4 or
b58853
         # higher.
b58853
-        'pytz>=0a',
b58853
+        ### But the version confuses setuptools 8 and higher so remove it in the
b58853
+        ### system package
b58853
+        #'pytz>=0a',
b58853
+        'pytz',
b58853
     ],
b58853
 
b58853
     cmdclass={'import_cldr': import_cldr},