~mvo/aptdaemon/lp1044900

« back to all changes in this revision

Viewing changes to aptdaemon/pkcompat.py

  • Committer: Sebastian Heinlein
  • Date: 2012-06-12 07:30:51 UTC
  • Revision ID: devel@glatzor.de-20120612073051-fbfglaw7lmydk7wk
Still report available blocked updates if the dependency system ist broken
(final partial fix to LP# 932581)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2158
2158
        try:
2159
2159
            self._cache.upgrade(dist_upgrade=True)
2160
2160
        except SystemError as excep:
2161
 
            raise TransactionFailed(aptd_enums.ERROR_DEP_RESOLUTION_FAILED,
2162
 
                                    str(excep))
 
2161
            pass
2163
2162
        for pkg in self._iterate_packages():
2164
2163
            if not pkg.is_upgradable:
2165
2164
                continue