lib/repo_pkgdeps.c: conflicts are checked via xbps_transaction_prepare() already.
This commit is contained in:
@@ -355,11 +355,6 @@ find_repo_deps(struct xbps_handle *xhp,
|
|||||||
}
|
}
|
||||||
free(pkgname);
|
free(pkgname);
|
||||||
free(reqpkgname);
|
free(reqpkgname);
|
||||||
|
|
||||||
/*
|
|
||||||
* Check if package has matched conflicts.
|
|
||||||
*/
|
|
||||||
xbps_pkg_find_conflicts(xhp, unsorted, curpkgd);
|
|
||||||
/*
|
/*
|
||||||
* Package is on repo, add it into the transaction dictionary.
|
* Package is on repo, add it into the transaction dictionary.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user