From 92753e4a3a09e68e4149a91d1ee2761b66805901 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Thu, 22 Sep 2022 14:16:01 +0100 Subject: [PATCH] update bindep for ubuntu 22.04 The python 3.10 tox job runs on ubuntu 22.04 in the A cycle ubuntu 22.04 will also become the default for other jobs. python-dev is nolonger packaged on ubuntu 22.04 so the tox job fails. This change sync the python deps to match those use in nova which already works across all tested distros. Change-Id: I7fa25fea03f0c9c645a1eb10b22f058ca548d2fb --- bindep.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bindep.txt b/bindep.txt index 4621c7fad..fe15a9d64 100644 --- a/bindep.txt +++ b/bindep.txt @@ -28,12 +28,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 test] +python3-all-dev [platform:dpkg test] +python3 [platform:rpm test] +python3-devel [platform:rpm test] sqlite-devel [platform:rpm test] libpcre3-dev [platform:dpkg test] pcre-devel [platform:rpm test]