diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-08-02 07:57:25 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-13 17:32:11 +0200 |
commit | 9d6b907a4b463d73af3b43ae19e0d508c1d1b3c6 (patch) | |
tree | 5747b9a8e648cac3023d4fc19f9fb8523c0f7ddd /package/python-automat/Config.in | |
parent | 800b808bad629c27df900bfee76367b478d6d2fe (diff) | |
download | buildroot-9d6b907a4b463d73af3b43ae19e0d508c1d1b3c6.tar.gz buildroot-9d6b907a4b463d73af3b43ae19e0d508c1d1b3c6.zip |
python-automat: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Arnout: properly wrapped Config.in help text]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/python-automat/Config.in')
-rw-r--r-- | package/python-automat/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-automat/Config.in b/package/python-automat/Config.in new file mode 100644 index 0000000000..ee02d22b5b --- /dev/null +++ b/package/python-automat/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_AUTOMAT + bool "python-automat" + select BR2_PACKAGE_PYTHON_ATTRS # runtime + select BR2_PACKAGE_PYTHON_SIX # runtime + help + Self-service finite-state machines for the programmer on the + go. + + https://github.com/glyph/Automat |