From a7d5827a7802669254701f0aab483e1bf7520004 Mon Sep 17 00:00:00 2001 From: Fernando Royo Date: Thu, 7 Apr 2022 14:18:43 +0200 Subject: [PATCH] Use python3-devel in bindep for rpm distros python36-devel is not available in rpm distro's like CentOS9-Stream or Fedora35. Change-Id: Ifb1605c0c7c547c77e760a42de53432c5ca4152a (cherry picked from commit b28b4bf840ead9f26ceca9985e112106bc281d4c) --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index eb3ae76f..0720ba44 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,4 +1,4 @@ # 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]