From 7cd1955e8137c6dfc12e03a8bdc2cea809cd6b3f Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Fri, 17 May 2019 09:59:00 -0500 Subject: [PATCH] Update profiles to install Python 3 versions of packages. Signed-off-by: Merlin Mathesius --- avocado.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/avocado.yaml b/avocado.yaml index 58d0e22..009cc08 100644 --- a/avocado.yaml +++ b/avocado.yaml @@ -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