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:
parent
fd580d689f
commit
0d25a330cf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue