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