From 329c7c6c4867dd1671047ccb1d22038ac7559522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 7 Nov 2022 10:52:52 +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: I450c9bb0a701a27553bb6279d0cfff90d86b16ba --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 4a1add2..13a7408 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,8 +1,6 @@ # A build time dependency # 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