chore: rename common section to python (#1509)

this will make the section more explicite,
in addition, this allow to exclude python deps
on docker images for example.
This commit is contained in:
Jonas L 2022-01-13 06:12:50 +01:00 committed by GitHub
parent fd580d689f
commit 0d25a330cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# This file contains a list of package dependencies.
[common]
[python]
python3 = buster, bullseye, bionic, focal
python3-pip = buster, bullseye, bionic, focal
python3-venv = buster, bullseye, bionic, focal

View File

@ -1,5 +1,5 @@
# This file contains a list of package dependencies.
[common]
[python]
python3 = buster, bullseye, bionic, focal
python3-pip = buster, bullseye, bionic, focal
python3-venv = buster, bullseye, bionic, focal

View File

@ -1,5 +1,5 @@
# This file contains a list of package dependencies.
[common]
[python]
python3 = buster, bullseye, bionic, focal
python3-pip = buster, bullseye, bionic, focal
python3-venv = buster, bullseye, bionic, focal