From bc80e2c524a889b12591c77cff32c0f137ab860e Mon Sep 17 00:00:00 2001 From: Takashi Natsume Date: Sat, 20 Aug 2022 15:55:35 +0900 Subject: 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 --- bindep.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bindep.txt b/bindep.txt index fd3425bb..6c244790 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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] -- cgit v1.2.1