[stable-2.11] Add packaging to requirement of ansible-test (#75356)

* Add packaging to requirement of ansible-test

Fix #75353

After requires_ansible field was added as mandatory to runtime.yml
file, ansible-test fails to check this field if it doesn't have
packaging module.

[1] https://github.com/ansible/galaxy-importer/pull/124
(cherry picked from commit 40ca87a963)

Co-authored-by: Sergey <sshnaidm@users.noreply.github.com>
pull/75380/head
Sergey 5 years ago committed by Matt Clay
parent 647c1db762
commit da1baaf485

@ -0,0 +1,2 @@
bugfixes:
- ansible-test - add packaging python module to ``ansible-doc`` sanity test requirements.

@ -1,3 +1,4 @@
requires_ansible: '>=2.11' # force ansible-doc to check the Ansible version (requires packaging)
plugin_routing:
modules:
hi:

@ -1,2 +1,3 @@
jinja2 # ansible-core requirement
pyyaml # ansible-core requirement
packaging # ansible-doc requirement

Loading…
Cancel
Save