Config.in 216 B

12345678
  1. config 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. https://github.com/Nurdok/yieldfrom/