diff --git a/config/wrapper/env.conf b/config/wrapper/env.conf index 31ff5eb..f2de4b5 100644 --- a/config/wrapper/env.conf +++ b/config/wrapper/env.conf @@ -14,7 +14,7 @@ post_script_dir = 'config/postscript' # ('avocado-framework', 'git+https://github.com/avocado-framework/avocado.git@branch') -- Install version from the given git repo and checkout to specific branch # ('avocado-framework-plugin-varianter-yaml-to-mux', # 'git+https://github.com/avocado-framework/avocado.git#subdirectory=optional_plugins/varianter_yaml_to_mux') -- Install from subdirectory from the given git repo -base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', '')] +base = [('avocado-framework', ''), ('avocado-framework-plugin-varianter-yaml-to-mux', ''), ('aautils', '')] kvm = [('avocado-framework-plugin-vt', 'git+https://github.com/avocado-framework/avocado-vt.git')] optional = [('avocado-framework-plugin-result-html', '')]