Update profiles to install Python 3 versions of packages.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
6bd54e4c65
commit
4ccde2e61e
1 changed files with 4 additions and 4 deletions
|
|
@ -23,14 +23,14 @@ data:
|
|||
description: >-
|
||||
Default profile installing the most commonly used avocado packages.
|
||||
rpms:
|
||||
- python2-avocado
|
||||
- python2-avocado-plugins-output-html
|
||||
- python2-avocado-plugins-varianter-yaml-to-mux
|
||||
- python3-avocado
|
||||
- python3-avocado-plugins-output-html
|
||||
- python3-avocado-plugins-varianter-yaml-to-mux
|
||||
minimal:
|
||||
description: >-
|
||||
Minimal profile installing only the main avocado package.
|
||||
rpms:
|
||||
- python2-avocado
|
||||
- python3-avocado
|
||||
api:
|
||||
rpms:
|
||||
- python2-aexpect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue