summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
-rw-r--r--DistUpgrade/DistUpgradeCache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index bc79f9e2..a569bf37 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -188,7 +188,7 @@ class MyCache(apt.Cache):
logging.debug("Failed to apply %s fixup: %s (%s)" % (pkg.name, e))
# deal with held-backs that are unneeded
- for pkgname in ["hpijs", "bzr"]:
+ for pkgname in ["hpijs", "bzr", "tomboy"]:
if (self.has_key(pkgname) and self[pkgname].isInstalled and
not self[pkgname].markedUpgrade):
try: