From 5dc521982c3d7eaebeaa0a95e790f24fd9bea04d Mon Sep 17 00:00:00 2001 From: josep-tecnativa Date: Wed, 15 Nov 2023 15:40:18 +0100 Subject: [PATCH] [FIX] Not use python-dev on v17, and v16 -This is because it is incompatible with debian bookworm --- tests/scaffoldings/dotd/custom/dependencies/apt_build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scaffoldings/dotd/custom/dependencies/apt_build.txt b/tests/scaffoldings/dotd/custom/dependencies/apt_build.txt index ddb98b39..5a907357 100644 --- a/tests/scaffoldings/dotd/custom/dependencies/apt_build.txt +++ b/tests/scaffoldings/dotd/custom/dependencies/apt_build.txt @@ -1,7 +1,7 @@ # This installs gcc among other things build-essential # This is the basic need to build any python extensions on v11- -python-dev +# python-dev python3-dev # Just to test it is removed after building openssh-server