From 4659000ce229cf60e72ca284d4c158a2c1fb0a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 7 Nov 2022 10:51:05 +0100 Subject: [PATCH] Remove python-dev from bindep It is no longer supported by jammy and lead us to the following errors with the announce-release job. ``` No package matching 'python-dev' is available ``` Change-Id: I113f1f43718f954001b3e9f40c77f6115d754c4f --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 11bfe00d..0a605051 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,9 +2,7 @@ libssl-dev [platform:dpkg test] openssl-devel [platform:rpm test] # these are needed to compile Python dependencies from sources -python-dev [platform:dpkg test] python3-all-dev [platform:dpkg !platform:ubuntu-precise test] -python-devel [platform:rpm test] python3-devel [platform:rpm test] build-essential [platform:dpkg test] # these are needed by infra for python-* jobs