File no2to3.patch of Package python-behave
Index: behave-1.2.6/setup.py =================================================================== --- behave-1.2.6.orig/setup.py +++ behave-1.2.6/setup.py @@ -100,8 +100,6 @@ setup( "pylint", ], }, - # MAYBE-DISABLE: use_2to3 - use_2to3= bool(python_version >= 3.0), license="BSD", classifiers=[ "Development Status :: 4 - Beta",