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