From 8a6aaa0737009b49f7ec72bcadef652fad192fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 7 Nov 2022 11:03:06 +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: I3e7bf7a02b188f66725a8296ce7f9394f0166f7c --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 2fe6e7c1..c25c48ec 100644 --- a/bindep.txt +++ b/bindep.txt @@ -5,7 +5,5 @@ gettext graphviz libjpeg-dev [platform:dpkg] libjpeg-turbo-devel [platform:rpm] -python-dev [platform:dpkg] -python-devel [platform:rpm] zlib-devel [platform:rpm] zlib1g-dev [platform:dpkg]