From 342e0c3b784290a5a270a619dfaf70c737e0d774 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Thu, 10 Mar 2022 20:07:44 +0530 Subject: [PATCH] Use python3-devel in bindep for rpm distros python36-devel is not available in rpm distro's like CentOS9-Stream or Fedora35. Let's use python3-devel instead which is provided in all these distro's instead of maintaining versioned specific like:- - python36-devel fo CentOS8-Stream - python3.9-devel for CentOS9-Stream - python3.10-devel for Fedora35 This is a partial cherry-pick of [1] as tox-py310 job is only relevant for OpenStack Zed release. [1] https://review.opendev.org/c/openstack/neutron/+/833101 Related-Bug: rhbz#2069099 Change-Id: I238e6b7f87d3e007d474dfffa515f7d9a348246b (cherry picked from commit 52e302f0a32a9059b2aeb1fcd22dffe940586fa8) --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 4aa31f23856..a8bd811d10a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,7 +1,7 @@ # This file contains runtime (non-python) dependencies # More info at: http://docs.openstack.org/infra/bindep/readme.html -python36-devel [platform:rpm] +python3-devel [platform:rpm] # tools/misc-sanity-checks.sh validates .po[t] files gettext [test]