summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Natsume <takanattie@gmail.com>2022-08-20 15:55:35 +0900
committerTakashi Natsume <takanattie@gmail.com>2022-08-20 15:58:59 +0900
commitbc80e2c524a889b12591c77cff32c0f137ab860e (patch)
treecfa5f3e7b29880e0204eb4fe563e4177963a7aec
parent528741b449a843d118c527d160dedebb523fd49d (diff)
downloadtrove-bc80e2c524a889b12591c77cff32c0f137ab860e.tar.gz
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>
-rw-r--r--bindep.txt10
1 files 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]