From 0995f7c5fe9c932e36c157556924fb109c029599 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Thu, 5 Mar 2026 00:25:09 +0100 Subject: [PATCH] update bindep.txt to versionles dependencies (#16316) --- awx_collection/bindep.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx_collection/bindep.txt b/awx_collection/bindep.txt index 4fc7215821..517a1cb2e3 100644 --- a/awx_collection/bindep.txt +++ b/awx_collection/bindep.txt @@ -1,8 +1,8 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see https://docs.openstack.org/infra/bindep/ for additional information. -python38-pytz [platform:centos-8 platform:rhel-8] +python3-pytz [platform:centos-8 platform:rhel-8 platform:centos-9 platform:rhel-9] # awxkit -python38-requests [platform:centos-8 platform:rhel-8] -python38-pyyaml [platform:centos-8 platform:rhel-8] +python3-requests [platform:centos-8 platform:rhel-8 platform:centos-9 platform:rhel-9] +python3-pyyaml [platform:centos-8 platform:rhel-8 platform:centos-9 platform:rhel-9] \ No newline at end of file