mirror of https://github.com/ansible/ansible.git
[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
parent
647c1db762
commit
da1baaf485
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test - add packaging python module to ``ansible-doc`` sanity test requirements.
|
||||
@ -1,2 +1,3 @@
|
||||
jinja2 # ansible-core requirement
|
||||
pyyaml # ansible-core requirement
|
||||
packaging # ansible-doc requirement
|
||||
|
||||
Loading…
Reference in New Issue