neutron/bindep.txt
yatinkarel fc5dbf4ae7 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 52e302f0a3)
2022-03-28 09:51:26 +00:00

27 lines
842 B
Plaintext

# This file contains runtime (non-python) dependencies
# More info at: http://docs.openstack.org/infra/bindep/readme.html
python3-devel [platform:rpm]
# tools/misc-sanity-checks.sh validates .po[t] files
gettext [test]
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko)
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
# MySQL and PostgreSQL databases since some jobs are set up in
# OpenStack infra that need these like
# periodic-neutron-py35-with-neutron-lib-master.
haproxy
libmysqlclient-dev [platform:dpkg test]
mariadb [platform:rpm test]
mariadb-devel [platform:rpm test]
mariadb-server [platform:rpm test]
mysql-client [platform:dpkg test]
mysql-server [platform:dpkg test]
postgresql [test]
postgresql-client [platform:dpkg test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]