openwrt_init / opkg: clearly state that python is required (#26471)

* openwrt_init: clearly state that python is required

As python isn't installed by default on OpenWrt/LEDE,
clearly state that python is required

Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com>

* opkg: clearly state that python is required

As python isn't installed by default on OpenWrt/LEDE,
clearly state that python is required

Signed-off-by: Etienne CHAMPETIER <echampetier@anevia.com>
This commit is contained in:
champtar 2017-07-06 13:30:06 -07:00 committed by Brian Coca
parent 9e98140e2e
commit f25637e07a
2 changed files with 4 additions and 1 deletions

View file

@ -66,6 +66,9 @@ options:
default: "no"
choices: [ "yes", "no" ]
notes: []
requirements:
- opkg
- python
'''
EXAMPLES = '''
- opkg:

View file

@ -59,7 +59,7 @@ options:
notes:
- One option other than name is required.
requirements:
- An OpenWrt system
- An OpenWrt system (with python)
'''
EXAMPLES = '''