From b9be8e4fa22c361009c01f9cc807ef15f76f4598 Mon Sep 17 00:00:00 2001 From: sivel / Matt Martz Date: Tue, 19 May 2026 17:44:08 -0500 Subject: [PATCH] [stable-2.19] update sqlite-libs during bootstrap (#87003) (#87006) (cherry picked from commit 57f4901) --- test/lib/ansible_test/_util/target/setup/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/lib/ansible_test/_util/target/setup/bootstrap.sh b/test/lib/ansible_test/_util/target/setup/bootstrap.sh index b5c614b59c4..bd8e90f5736 100644 --- a/test/lib/ansible_test/_util/target/setup/bootstrap.sh +++ b/test/lib/ansible_test/_util/target/setup/bootstrap.sh @@ -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 "