summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authoryatinkarel <ykarel@redhat.com>2022-03-10 20:07:44 +0530
committeryatinkarel <ykarel@redhat.com>2022-03-10 20:14:30 +0530
commit52e302f0a32a9059b2aeb1fcd22dffe940586fa8 (patch)
tree0326d5dc55490faeea64d741c36665fb86fdbacf /bindep.txt
parent6f0c987d952c3645ebaa346e891b7bda7973ee8b (diff)
downloadneutron-52e302f0a32a9059b2aeb1fcd22dffe940586fa8.tar.gz
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 Also add openstack-tox-py310 override to tox-override template as that was not added with [1]. [1] https://review.opendev.org/c/openstack/neutron/+/833047 Change-Id: I238e6b7f87d3e007d474dfffa515f7d9a348246b
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
index 4aa31f2385..a8bd811d10 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]