Blob Blame History Raw
--- deap-232ed17142da1c8bb6a39179018f8278b122aada/setup.py	2017-01-07 20:06:31.770481938 -0800
+++ deap-232ed17142da1c8bb6a39179018f8278b122aada/setup.py.new	2017-01-07 20:06:52.469575515 -0800
@@ -87,7 +87,8 @@
             'Topic :: Software Development',
             ],
          ext_modules = extra_modules,
-         cmdclass = {'build_py': build_py, "build_ext" : ve_build_ext}
+         cmdclass = {'build_py': build_py, "build_ext" : ve_build_ext},
+         use_2to3=True,
     )
 
 try: