Toshio Kuratomi 1cb34c
diff -up Babel-1.3/setup.py.bak Babel-1.3/setup.py
Toshio Kuratomi 1cb34c
--- Babel-1.3/setup.py.bak	2014-12-17 08:15:47.607637242 -0800
Toshio Kuratomi 1cb34c
+++ Babel-1.3/setup.py	2014-12-17 08:17:04.981559771 -0800
Toshio Kuratomi 1cb34c
@@ -57,7 +57,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
 
Toshio Kuratomi 1cb34c
     cmdclass={'build_doc': build_doc, 'test_doc': test_doc,