summaryrefslogtreecommitdiffstats
path: root/src/sbin/bcfg2-yum-helper
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/bcfg2-yum-helper')
-rwxr-xr-xsrc/sbin/bcfg2-yum-helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sbin/bcfg2-yum-helper b/src/sbin/bcfg2-yum-helper
index dc6a6cc0b..f2bdf2c97 100755
--- a/src/sbin/bcfg2-yum-helper
+++ b/src/sbin/bcfg2-yum-helper
@@ -67,6 +67,7 @@ class YumHelper(object):
resolution. """
self.yumbase.arch.setup_arch(arch=arch)
+
class DepSolver(YumHelper):
""" Yum dependency solver. This is used for operations that only
read from the yum cache, and thus operates in cacheonly mode. """