Update module documentation if modules have a dep on python2.6+

This commit is contained in:
Toshio Kuratomi 2015-05-11 10:09:56 -07:00 committed by Matt Clay
parent 6a5d073b83
commit 43687f1940
6 changed files with 17 additions and 5 deletions

View file

@ -55,7 +55,9 @@ options:
- XML document used with the define command
required: false
default: null
requirements: [ "libvirt" ]
requirements:
- "python >= 2.6"
- "libvirt-python"
author: Michael DeHaan, Seth Vidal
'''