summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index e60744e7e..2f2aa6756 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -268,7 +268,7 @@ class YumSorter(yum.YumBase):
unresolved = []
for txmbr in tocheck:
- if txmbr.name == "redhat-lsb" and len(tocheck) != 1: # FIXME: this speeds things up a lot
+ if txmbr.name == "redhat-lsb" and len(tocheck) > 2: # FIXME: this speeds things up a lot
unresolved.append(txmbr)
continue
if self.dsCallback: self.dsCallback.pkgAdded()