From d5baa15eb8e34c188cfe4b26f19520c02a80fd60 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 7 Apr 2022 15:15:32 -0400 Subject: [PATCH] Install py39 on centos Signed-off-by: GomathiselviS --- bindep.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index f48292f..7d09e3e 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,5 +1,5 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. -python38-devel [platform:centos-8] -python3.8-dev [integration platform:ubuntu-bionic] +python39-devel [platform:centos-8] +python3.9-dev [integration platform:ubuntu-bionic]