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>
pull/26506/head
champtar 7 years ago committed by Brian Coca
parent 9e98140e2e
commit f25637e07a

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

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

Loading…
Cancel
Save