xref: /OK3568_Linux_fs/buildroot/package/python-six/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_PYTHON_SIX
2	bool "host 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