mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Lightweight finite state machine implementation in Python. https://github.com/pytransitions/transitions Signed-off-by: Vincent Cruz <mooz@blockos.org> [Julien: - remove directory for LICENSE in hash file - remove PKG-INFO entry in hash file ] Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
223 B
Plaintext
8 lines
223 B
Plaintext
config BR2_PACKAGE_PYTHON_TRANSITIONS
|
|
bool "python-transitions"
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
help
|
|
Lightweight finite state machine implementation in Python.
|
|
|
|
https://github.com/pytransitions/transitions
|