mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
(cherry picked from commit 57f4901)
This commit is contained in:
parent
834d9cbf5d
commit
b9be8e4fa2
1 changed files with 4 additions and 0 deletions
|
|
@ -285,9 +285,13 @@ bootstrap_remote_rhel_9()
|
|||
# Instead, ansible-test will install it using pip.
|
||||
# packaging and resolvelib are missing for controller supported Python versions, so we just
|
||||
# skip them and let ansible-test install them from PyPI.
|
||||
#
|
||||
# sqlite-libs needs to be specified currently to get sqlite3 imports working
|
||||
# https://redhat.atlassian.net/browse/RHEL-178008
|
||||
if [ "${controller}" ]; then
|
||||
packages="
|
||||
${packages}
|
||||
sqlite-libs
|
||||
${py_pkg_prefix}-cryptography
|
||||
${py_pkg_prefix}-pyyaml
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue