mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
Add missing Python 2.6 constraint for voluptuous.
This commit is contained in:
@@ -9,5 +9,5 @@ rstcheck ; python_version >= '2.7' # rstcheck requires python 2.7+
|
||||
sphinx
|
||||
straight.plugin # needed for hacking/build-ansible which will host changelog generation
|
||||
virtualenv
|
||||
voluptuous
|
||||
voluptuous ; python_version >= '2.7' # voluptuous 0.11.0 and later require python 2.7+
|
||||
yamllint
|
||||
|
||||
Reference in New Issue
Block a user