xref: /OK3568_Linux_fs/buildroot/package/python-yieldfrom/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_YIELDFROM
2	bool "python-yieldfrom"
3	depends on BR2_PACKAGE_PYTHON
4	help
5	  A backport of the `yield from` semantic from Python 3.x to
6	  Python 2.7.
7
8	  https://github.com/Nurdok/yieldfrom/
9