1config BR2_PACKAGE_PYTHON_SIX 2 bool "python-six" 3 help 4 Six is a Python 2 and 3 compatibility library. It provides 5 utility functions for smoothing over the differences between 6 the Python versions with the goal of writing Python code that 7 is compatible on both Python versions. 8 9 http://pythonhosted.org/six 10