test/ostree: install python3 instead of specific version
Better cross-distro compatibility
Same as bdc428fbb7 but for all the tests.
Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
0b41cd8003
commit
2f30823b41
3 changed files with 6 additions and 6 deletions
|
|
@ -285,7 +285,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[customizations.user]]
|
||||
|
|
@ -559,7 +559,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[customizations.kernel]
|
||||
|
|
@ -525,7 +525,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[customizations.kernel]
|
||||
|
|
@ -553,7 +553,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue