diff options
Diffstat (limited to 'package/python-sh/Config.in')
-rw-r--r-- | package/python-sh/Config.in | 7 |
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 |