Skip to content

Commit

Permalink
[FIX] Not use python-dev on v17, and v16
Browse files Browse the repository at this point in the history
 -This is because it is incompatible with debian bookworm
  • Loading branch information
josep-tecnativa committed Nov 15, 2023
1 parent e749153 commit 5dc5219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scaffoldings/dotd/custom/dependencies/apt_build.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5dc5219

Please sign in to comment.