summaryrefslogtreecommitdiffstats
path: root/rules/python3-transitions.in
blob: 2e2c05f3dbb510349e85be365aed04208c934aab (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=python3

config PYTHON3_TRANSITIONS
	tristate
	prompt "python3-transitions"
	select HOST_PYTHON3_SETUPTOOLS
	select PYTHON3
	select PYTHON3_SIX
	help
	  A lightweight, object-oriented finite state machine implementation in Python.