summaryrefslogtreecommitdiffstats
path: root/rules/python3-transitions.in
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2018-01-29 16:40:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-29 18:11:06 +0100
commit3889b2b963a99a22c6c1d53035cbc2f96a83ef50 (patch)
tree3150b8734783dc47370ed3af05ff12e014f7dbca /rules/python3-transitions.in
parent6d2a06dad4c28a5e4846dc9bab0764d095c60d87 (diff)
downloadptxdist-3889b2b963a99a22c6c1d53035cbc2f96a83ef50.tar.gz
ptxdist-3889b2b963a99a22c6c1d53035cbc2f96a83ef50.tar.xz
python3-transitions: new package
Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-transitions.in')
-rw-r--r--rules/python3-transitions.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/python3-transitions.in b/rules/python3-transitions.in
new file mode 100644
index 000000000..2e2c05f3d
--- /dev/null
+++ b/rules/python3-transitions.in
@@ -0,0 +1,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.