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>
changes/45/853845/1
Takashi Natsume 7 months ago
parent 528741b449
commit bc80e2c524

@ -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]

Loading…
Cancel
Save