bb104bc077
While currently there is no in-tree Buildroot package which depends on host-python-greenlet, we (Adder Technology) have some proprietary modules that use it as part of their builds. I've tested python-greenlet as host package and confirmed that it builds and works correctly. Someone else might require it, so I'm proposing its inclusion. Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
config BR2_PACKAGE_HOST_PYTHON_GREENLET
|
|
bool "host python-greenlet"
|
|
help
|
|
Greenlets are lightweight coroutines for in-process concurrent
|
|
programming.
|
|
|
|
https://greenlet.readthedocs.io/
|