summaryrefslogtreecommitdiffstats
path: root/package/python-sh/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-12-16 12:40:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-12-17 15:09:15 +0100
commit01aa66eb83a3df65e0369d6778249fba15bfdd38 (patch)
treeb713553295bf2e33a91d4850746d666d1f9208f2 /package/python-sh/Config.in
parentff5623057456280b7998c275a814e3558b1ef34a (diff)
downloadbuildroot-01aa66eb83a3df65e0369d6778249fba15bfdd38.tar.gz
buildroot-01aa66eb83a3df65e0369d6778249fba15bfdd38.zip
python-sh: 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-sh/Config.in')
-rw-r--r--package/python-sh/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/python-sh/Config.in b/package/python-sh/Config.in
new file mode 100644
index 0000000000..b55ea4a311
--- /dev/null
+++ b/package/python-sh/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PYTHON_SH
+ bool "python-sh"
+ help
+ Python subprocess replacement that allows you to call any
+ program as if it were a function.
+
+ https://github.com/amoffat/sh
OpenPOWER on IntegriCloud