From 6095c1a934b7cbed9882e248e1d5c148d241c375 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Fri, 11 Sep 2020 12:24:41 -0300 Subject: [PATCH] [arch] fix -> 'conflict with' field not being displayed as a list on the info window --- bauh/gems/arch/pacman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bauh/gems/arch/pacman.py b/bauh/gems/arch/pacman.py index 18cd8000..71b2add1 100644 --- a/bauh/gems/arch/pacman.py +++ b/bauh/gems/arch/pacman.py @@ -70,7 +70,7 @@ def get_info_list(pkg_name: str, remote: bool = False) -> List[tuple]: def get_info_dict(pkg_name: str, remote: bool = False) -> dict: - list_attrs = {'depends on', 'required by'} + list_attrs = {'depends on', 'required by', 'conflicts with'} info_list = get_info_list(pkg_name, remote) if info_list: