test/ostree: install python3 instead of specific version
Better cross-distro-version compatibility. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
This commit is contained in:
parent
0c5a0d6763
commit
bdc428fbb7
1 changed files with 2 additions and 2 deletions
|
|
@ -261,7 +261,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
EOF
|
||||
|
||||
|
|
@ -426,7 +426,7 @@ modules = []
|
|||
groups = []
|
||||
|
||||
[[packages]]
|
||||
name = "python36"
|
||||
name = "python3"
|
||||
version = "*"
|
||||
|
||||
[[packages]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue