Revert "lib/transaction_{revdeps,prepare}.c: try to update packages if necessary"

This reverts commit 0e950156fc.
This commit is contained in:
Duncan Overbruck
2019-08-05 11:48:15 +02:00
parent cb28e7959a
commit f103b91663
3 changed files with 51 additions and 91 deletions

View File

@ -127,7 +127,7 @@ xbps_dictionary_t HIDDEN xbps_find_pkg_in_array(xbps_array_t, const char *,
const char *);
xbps_dictionary_t HIDDEN xbps_find_virtualpkg_in_array(struct xbps_handle *,
xbps_array_t, const char *, const char *);
int HIDDEN xbps_transaction_revdeps(struct xbps_handle *, xbps_array_t);
void HIDDEN xbps_transaction_revdeps(struct xbps_handle *, xbps_array_t);
bool HIDDEN xbps_transaction_shlibs(struct xbps_handle *, xbps_array_t,
xbps_array_t);
int HIDDEN xbps_transaction_init(struct xbps_handle *);