From 75f69f859a3ead7e5333abb9e9d19a78a70e7a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Mon, 7 Nov 2022 10:35:31 +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: I295bf25056f66c29649620ce8420382c4a151c1d --- bindep.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index f1a6f50..ad5814b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,7 +1,5 @@ # these are needed to compile Python dependencies from sources -python-dev [platform:dpkg test compile] python3-all-dev [platform:dpkg !platform:ubuntu-precise test compile] -python-devel [platform:rpm test compile] python3-devel [platform:rpm test compile] build-essential [platform:dpkg test compile] libssl-dev [platform:dpkg test compile]