xref: /OK3568_Linux_fs/buildroot/package/python-six/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_PYTHON_SIX
2*4882a593Smuzhiyun	bool "host python-six"
3*4882a593Smuzhiyun	help
4*4882a593Smuzhiyun	  Six is a Python 2 and 3 compatibility library. It provides
5*4882a593Smuzhiyun	  utility functions for smoothing over the differences between
6*4882a593Smuzhiyun	  the Python versions with the goal of writing Python code that
7*4882a593Smuzhiyun	  is compatible on both Python versions.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://pythonhosted.org/six
10