Update profiles to install Python 3 versions of packages.

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2019-05-17 09:59:00 -05:00
commit 7cd1955e81

View file

@ -6,6 +6,8 @@ data:
description: >-
Avocado is a set of tools and libraries (what people call
these days a framework) to perform automated testing.
This is the 'latest' rolling stream that tracks with the
most recent upstream release.
license:
module:
- MIT
@ -23,14 +25,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