Adapt bindep ubuntu-jammy

This patch changes the following items.

* Remove python-dev in bindep.txt

  This is needed to make openstack-tox-py310 job
  to install deps properly.

* Make python3 and python3-devel installed
  on CentOS 8 and Fedora

Change-Id: Icf7c1e874923d0270bab4f76e14d5d4bfa22d6da
Signed-off-by: Takashi Natsume <takanattie@gmail.com>
This commit is contained in:
Takashi Natsume 2022-08-20 15:55:35 +09:00
parent 528741b449
commit bc80e2c524
1 changed files with 4 additions and 6 deletions

View File

@ -19,12 +19,10 @@ postgresql
postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm]
python-dev [platform:dpkg test]
python-devel [platform:rpm test]
python3-all [platform:dpkg !platform:ubuntu-precise]
python3-all-dev [platform:dpkg !platform:ubuntu-precise]
python3-devel [platform:fedora]
python34-devel [platform:centos]
python3-all [platform:dpkg]
python3-all-dev [platform:dpkg]
python3 [platform:rpm test]
python3-devel [platform:rpm test]
sqlite-devel [platform:rpm test]
libpcre3-dev [platform:dpkg test]
pcre-devel [platform:rpm test]