diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-07-12 09:39:03 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-15 14:48:49 +0200 |
commit | 114f48b1630dbe03cdab095b84f7975c73fa3bba (patch) | |
tree | 9085884d985e68a3d2d14f277663436efb4849b7 /package/python-prompt-toolkit/Config.in | |
parent | 0b3b5ef28bb82a83e93cddcdfde23c0e8521b9b3 (diff) | |
download | buildroot-114f48b1630dbe03cdab095b84f7975c73fa3bba.tar.gz buildroot-114f48b1630dbe03cdab095b84f7975c73fa3bba.zip |
python-prompt-toolkit: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-prompt-toolkit/Config.in')
-rw-r--r-- | package/python-prompt-toolkit/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-prompt-toolkit/Config.in b/package/python-prompt-toolkit/Config.in new file mode 100644 index 0000000000..ccc9ebb0f5 --- /dev/null +++ b/package/python-prompt-toolkit/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT + bool "python-prompt-toolkit" + select BR2_PACKAGE_PYTHON_SIX # runtime + select BR2_PACKAGE_PYTHON_WCWIDTH # runtime + help + Library for building powerful interactive command lines in + Python. + + https://github.com/jonathanslenders/python-prompt-toolkit |