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