From 4d5b577fc3324d8bfd7513ff6073be6a3f047420 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 2 Dec 2022 11:26:07 +0100 Subject: [PATCH] Update bindep to Python 3 Bindep was still requiring python-dev, which is no longer available. Change-Id: I64876ade5f7f251544223c77f113d0cb3db1ff1a --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index c1c0d7ef..9be858c1 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,2 +1,2 @@ build-essential [platform:dpkg] -python-dev [platform:dpkg] +python3-dev [platform:dpkg]