Report suggested packages
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1528332 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
ad43d2a5a7
commit
f102de657c
|
@ -807,6 +807,9 @@ class Base(object):
|
|||
msg = dnf.util._format_resolve_problems(goal.problem_rules())
|
||||
exc = dnf.exceptions.DepsolveError(msg)
|
||||
else:
|
||||
logger.info(_('Suggested packages:'))
|
||||
for pkg in goal.list_suggested():
|
||||
logger.info(' %s', pkg)
|
||||
self._transaction = self._goal2transaction(goal)
|
||||
|
||||
self._ds_callback.end()
|
||||
|
|
Loading…
Reference in New Issue