Revert "lib/transaction_ops.c: also check conflicts for pkgs without rdeps."
This reverts commit e308097af5
.
package conflicts are checked in xbps_transaction_prepare() already.
This commit is contained in:
parent
e308097af5
commit
e35d2e9415
@ -192,10 +192,7 @@ trans_find_pkg(struct xbps_handle *xhp, const char *pkg, bool reinstall)
|
||||
if (!xbps_dictionary_set_cstring_nocopy(pkg_repod,
|
||||
"transaction", reason))
|
||||
return EINVAL;
|
||||
/*
|
||||
* Check if package has matched conflicts.
|
||||
*/
|
||||
xbps_pkg_find_conflicts(xhp, unsorted, pkg_repod);
|
||||
|
||||
/*
|
||||
* Add the pkg dictionary from repository's index dictionary into
|
||||
* the "unsorted" queue.
|
||||
|
Loading…
Reference in New Issue
Block a user