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