mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
[arch] fix -> 'conflict with' field not being displayed as a list on the info window
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user