mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Add missing Python 2.6 constraint for voluptuous.
This commit is contained in:
parent
14f8aa622e
commit
d9fcf95758
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
||||||
sphinx
|
sphinx
|
||||||
straight.plugin # needed for hacking/build-ansible which will host changelog generation
|
straight.plugin # needed for hacking/build-ansible which will host changelog generation
|
||||||
virtualenv
|
virtualenv
|
||||||
voluptuous
|
voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+
|
||||||
yamllint
|
yamllint
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue